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

Freeswitch SVN brian at freeswitch.org
Fri Sep 5 14:35:41 EDT 2008


Author: brian
Date: Fri Sep  5 14:35:40 2008
New Revision: 9467

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

Log:
agressive-nat-detecion has side effects related to 302 redirects only use if you know what you're doing

Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml	Fri Sep  5 14:35:40 2008
@@ -27,7 +27,7 @@
     <param name="use-rtp-timer" value="true"/>
     <param name="rtp-timer-name" value="soft"/>
     <param name="manage-presence" value="false"/>
-    <param name="aggressive-nat-detection" value="true"/>
+    <!--<param name="aggressive-nat-detection" value="true"/>-->
     <param name="inbound-codec-negotiation" value="generous"/>
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>



More information about the Freeswitch-svn mailing list