]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix this example to be correct
authorBrian West <brian@freeswitch.org>
Mon, 18 Feb 2008 23:27:22 +0000 (23:27 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 18 Feb 2008 23:27:22 +0000 (23:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7689 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/extensions/tollfreegateway.com.noload

index 0e1d9212f01cf00f016bbac5465705c6ad717b17..21965b086f93dfb6a4ba70caa9b89e4cc0677bdf 100644 (file)
@@ -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@sip.tollfreegateway.com"/>
     </condition>
   </extension>
 </include>