[Freeswitch-svn] [commit] r9477 - freeswitch/trunk/conf/dialplan/extensions
Freeswitch SVN
brian at freeswitch.org
Sun Sep 7 12:07:42 EDT 2008
Author: brian
Date: Sun Sep 7 12:07:41 2008
New Revision: 9477
Modified:
freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.noload
Log:
escape the comma as this sets PCMA to zero intead of the expected results.
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 Sun Sep 7 12:07:41 2008
@@ -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 at sip.tollfreegateway.com"/>
+ <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