]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
escape the comma as this sets PCMA to zero intead of the expected results.
authorBrian West <brian@freeswitch.org>
Sun, 7 Sep 2008 16:07:41 +0000 (16:07 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 7 Sep 2008 16:07:41 +0000 (16:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9477 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/extensions/tollfreegateway.com.noload

index dcc0da63333b2f36ec836609d0f9824e5e3af5a7..b7526bf897bcc6cead69a8f5d28563f7b3eeb253 100644 (file)
@@ -1,7 +1,7 @@
 <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="{absolute_codec_string=PCMU,PCMA}sofia/${use_profile}/9313371$1@sip.tollfreegateway.com"/>
+      <action application="bridge" data="{absolute_codec_string=PCMU\,PCMA}sofia/${use_profile}/9313371$1@sip.tollfreegateway.com"/>
     </condition>
   </extension>
 </include>