[Freeswitch-svn] [commit] r1820 - freeswitch/trunk/conf

Freeswitch SVN anthm at freeswitch.org
Mon Jul 10 18:27:16 EDT 2006


Author: anthm
Date: Mon Jul 10 18:27:15 2006
New Revision: 1820

Modified:
   freeswitch/trunk/conf/freeswitch.xml

Log:
update config

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Mon Jul 10 18:27:15 2006
@@ -78,7 +78,7 @@
         <!-- <param name="ip" value="1.2.3.4"> -->
         <param name="port" value="4569"/>
         <param name="dialplan" value="XML"/>
-        <param name="codec-prefs" value="PCMU,PCMA,speex,L16"/>
+        <param name="codec-prefs" value="PCMU at 20,PCMA,speex,L16"/>
         <param name="codec-master" value="us"/>
         <param name="codec-rates" value="8"/>
       </settings>
@@ -116,7 +116,9 @@
         <param name="port" value="5060"/>
         <param name="dialplan" value="XML"/>
         <param name="dtmf-duration" value="100"/>
-        <param name="codec-prefs" value="PCMU,PCMA"/>
+        <!-- the @20 is optional number of ms you want to use.  Use it only
+        if you know the codec supports it -->
+        <param name="codec-prefs" value="PCMU at 20,PCMA at 20"/>
         <!-- Payload number to bind DTMF to-->
         <param name="rfc2833-pt" value="101"/>
         <!-- disable to trade async for more calls -->



More information about the Freeswitch-svn mailing list