Add commented disable-srv and disable-naptr options to sample config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11717 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bbf0159708
commit
3e4413f871
|
@ -119,6 +119,10 @@
|
||||||
<!-- set to true to have the profile determine stun is not useful and turn it off globally-->
|
<!-- set to true to have the profile determine stun is not useful and turn it off globally-->
|
||||||
<!--<param name="stun-auto-disable" value="true"/>-->
|
<!--<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>
|
</settings>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
|
|
@ -198,6 +198,11 @@
|
||||||
-->
|
-->
|
||||||
<!--<param name="auto-rtp-bugs" data="clear"/>-->
|
<!--<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>
|
</settings>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue