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

FreeSWITCH SVN brian at freeswitch.org
Thu Jun 4 14:39:49 PDT 2009


Author: brian
Date: Thu Jun  4 16:39:49 2009
New Revision: 13622

Log:
 more auto stuff for external which now you can use ONLY for providers 

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

Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml	Thu Jun  4 16:39:49 2009
@@ -6,8 +6,10 @@
   </gateways>
 
   <aliases>
+    <!-- 
     <alias name="outbound"/>
-    <alias name="nat"/> <!-- for backwards compatibility --> 
+    <alias name="nat"/>
+    -->
   </aliases>
 
   <domains>
@@ -27,6 +29,7 @@
     <param name="rtp-timer-name" value="soft"/>
     <!--<param name="enable-100rel" value="true"/>-->
     <!-- This could be set to "passive" -->
+    <param name="local-network-acl" value="localnet.auto"/>
     <param name="manage-presence" value="false"/>
 
     <!-- used to share presence info across sofia profiles 
@@ -52,8 +55,8 @@
     -->
     <param name="rtp-ip" value="$${local_ip_v4}"/>
     <param name="sip-ip" value="$${local_ip_v4}"/>
-    <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"/>
     <param name="rtp-timeout-sec" value="300"/>
     <param name="rtp-hold-timeout-sec" value="1800"/>
     <!--<param name="enable-3pcc" value="true"/>-->

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 16:39:49 2009
@@ -9,7 +9,9 @@
   <!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
   <!--aliases are other names that will work as a valid profile name for this profile-->
   <aliases>
+    <!--
     <alias name="default"/>
+    -->
   </aliases>
   <!-- Outbound Registrations -->
   <gateways>



More information about the Freeswitch-svn mailing list