[Freeswitch-users] Dialplan translation to FS.
Henk Oegema
pabx_freeswitch at telenet.be
Fri Aug 15 10:52:24 PDT 2008
On Friday 15 August 2008 18:58:11 Anthony Minessale wrote:
> The gateway is registered inbound and you want to send an outbound call
> over it?
Correct.
> <action application="bridge" data="sofia/profile/2001^$1 at something.com"/>
Thanks very much Anthony (and Brian).
Now it works :-)
<!--- Dial through MV370 to GSM network -->
<extension name="mv370_gsm_gateway">
<condition field="destination_number" expression="^9(.*)$">
<action application="bridge" data="sofia/internal/2001^$1@${domain}"/>
#<action application="set" data="hangup_after_bridge=true"/>
#<action application="hangup"/>
</condition>
</extension>
Should I put this on the Wiki ?
Rgds
Henk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080815/f22f9631/attachment-0002.html
More information about the FreeSWITCH-users
mailing list