[Freeswitch-svn] [commit] r12904 - freeswitch/trunk/conf/sip_profiles

FreeSWITCH SVN anthm at freeswitch.org
Fri Apr 3 08:09:30 PDT 2009


Author: anthm
Date: Fri Apr  3 10:09:30 2009
New Revision: 12904

Log:
add rtp-autofix-timing (defauts to true even when not present) set to false to disable it FSCORE-281

Modified:
   freeswitch/trunk/conf/sip_profiles/internal.xml

Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Fri Apr  3 10:09:30 2009
@@ -191,6 +191,8 @@
     <!--<param name="inbound-use-callid-as-uuid" value="true"/>-->
     <!-- on outbound calls set the callid to match the uuid of the session -->
     <!--<param name="outbound-use-uuid-as-callid" value="true"/>-->
+    <!-- set to false disable this feature -->
+    <!--<param name="rtp-autofix-timing" value="false"/>-->
 
     <!-- clear clears them all or supply the name to add or the name prefixed with ~ to remove
 	 valid values:



More information about the Freeswitch-svn mailing list