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

FreeSWITCH SVN brian at freeswitch.org
Thu Jun 4 12:58:37 PDT 2009


Author: brian
Date: Thu Jun  4 14:58:36 2009
New Revision: 13618

Log:
 enable auto-nat by default 

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	Thu Jun  4 14:58:36 2009
@@ -151,8 +151,9 @@
 	auto     - Use guessed ip.
 	auto-nat - Use ip learned from NAT-PMP or UPNP
     -->
-    <!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> -->
-    <!-- <param name="ext-sip-ip" value="$${external_sip_ip}"/> -->
+    <param name="ext-rtp-ip" value="auto-nat"/>
+    <param name="ext-sip-ip" value="auto-nat"/>
+
     <!-- rtp inactivity timeout -->
     <param name="rtp-timeout-sec" value="300"/>
     <param name="rtp-hold-timeout-sec" value="1800"/>



More information about the Freeswitch-svn mailing list