[Freeswitch-svn] [commit] r11717 -	freeswitch/trunk/conf/sip_profiles
    FreeSWITCH SVN 
    mrene at freeswitch.org
       
    Mon Feb  9 10:48:27 PST 2009
    
    
  
Author: mrene
Date: Mon Feb  9 12:48:26 2009
New Revision: 11717
Log:
Add commented disable-srv and disable-naptr options to sample config
Modified:
   freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
   freeswitch/trunk/conf/sip_profiles/internal.xml
Modified: freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml	Mon Feb  9 12:48:26 2009
@@ -119,6 +119,10 @@
     <!-- set to true to have the profile determine stun is not useful and turn it off globally-->
     <!--<param name="stun-auto-disable" value="true"/>-->
 
+	 <!-- the following can be used as workaround with bogus SRV/NAPTR records -->
+	 <!--<param name="disable-srv" value="false" />-->
+	 <!--<param name="disable-naptr" value="false" />-->
+
   </settings>
 </profile>
 
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Mon Feb  9 12:48:26 2009
@@ -197,6 +197,11 @@
 
     -->
     <!--<param name="auto-rtp-bugs" data="clear"/>-->
+
+	 <!-- the following can be used as workaround with bogus SRV/NAPTR records -->
+	 <!--<param name="disable-srv" value="false" />-->
+	 <!--<param name="disable-naptr" value="false" />-->
+
     
   </settings>
 </profile>
    
    
More information about the Freeswitch-svn
mailing list