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-->
|
||||
<!--<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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue