[Freeswitch-users] Few questions

freeswitch list eman at chabotel.com
Tue Jun 9 11:16:26 PDT 2009


I couldn't get the gateway to work with register=false.   I took the hint
from Brian and scraped the gateway idea and put this in my dialplan.
  <extension name="gateway">
    <condition field="destination_number" expression="^(\d{10})$">
      <action application="set"
data="effective_caller_id_number=${outbound_caller_id_number}"/>
      <action application="set"
data="effective_caller_id_name=${outbound_caller_id_name}"/>
      <action application="bridge" data="sofia/external/$1 at gateway_url.com
"/>
    </condition>
  </extension>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090609/123c05a5/attachment-0002.html 


More information about the FreeSWITCH-users mailing list