]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add commented disable-srv and disable-naptr options to sample config
authorMathieu Rene <mrene@avgs.ca>
Mon, 9 Feb 2009 18:48:26 +0000 (18:48 +0000)
committerMathieu Rene <mrene@avgs.ca>
Mon, 9 Feb 2009 18:48:26 +0000 (18:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11717 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal-ipv6.xml
conf/sip_profiles/internal.xml

index e2c72c831faf195f4da135f41bcd34916de8174e..7a831ab0c0bb68441ba63d88ad6c644e08ab108d 100644 (file)
     <!-- 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>
 
index dc999ec403bbb472310596f2294c7b39ed822fe0..7a4d5cbddb8d9fcf5f310b24e842375ff7d6ee99 100644 (file)
 
     -->
     <!--<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>