]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update config
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 10 Jul 2006 22:27:15 +0000 (22:27 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 10 Jul 2006 22:27:15 +0000 (22:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1820 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml

index df3076291ce08b3dae06734eb92df48ecce06ad5..6d1b836a98640ee7df99d7df4577b1ecf2b85c0e 100644 (file)
@@ -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@20,PCMA,speex,L16"/>
         <param name="codec-master" value="us"/>
         <param name="codec-rates" value="8"/>
       </settings>
         <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@20,PCMA@20"/>
         <!-- Payload number to bind DTMF to-->
         <param name="rfc2833-pt" value="101"/>
         <!-- disable to trade async for more calls -->