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

Freeswitch SVN brian at freeswitch.org
Wed May 21 14:15:56 EDT 2008


Author: brian
Date: Wed May 21 14:15:56 2008
New Revision: 8504

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

Log:
update the config for aggressive-nat-detection param

Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml	Wed May 21 14:15:56 2008
@@ -26,6 +26,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="inbound-codec-negotiation" value="generous"/>
     <param name="nonce-ttl" value="60"/>
     <param name="auth-calls" value="false"/>

Modified: freeswitch/trunk/conf/sip_profiles/nat.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/nat.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/nat.xml	Wed May 21 14:15:56 2008
@@ -17,6 +17,7 @@
     <param name="hold-music" value="$${hold_music}"/>
     <param name="rtp-timer-name" value="soft"/>
     <param name="manage-presence" value="false"/>
+    <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