[Freeswitch-svn] [commit] r7689 - freeswitch/trunk/conf/dialplan/extensions

Freeswitch SVN brian at freeswitch.org
Mon Feb 18 18:27:23 EST 2008


Author: brian
Date: Mon Feb 18 18:27:22 2008
New Revision: 7689

Modified:
   freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.noload

Log:
fix this example to be correct

Modified: freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.noload
==============================================================================
--- freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.noload	(original)
+++ freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.noload	Mon Feb 18 18:27:22 2008
@@ -1,7 +1,8 @@
 <include>
   <extension name="tollfreegateway.com">
     <condition field="destination_number" expression="^1?(8(00|55|66|77|88)[2-9]\d{6})$">
-      <action application="bridge" data="sofia/gateway/sip.tollfreegateway.com/9313371$1"/>
+      <action application="unset" data="sip_secure_media"/>
+      <action application="bridge" data="{absolute_codec_string=PCMU,PCMA}sofia/${use_profile}/9313371$1 at sip.tollfreegateway.com"/>
     </condition>
   </extension>
 </include>



More information about the Freeswitch-svn mailing list