]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add the challenge-realm option with some docs.
authorBrian West <brian@freeswitch.org>
Mon, 22 Sep 2008 21:39:57 +0000 (21:39 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 22 Sep 2008 21:39:57 +0000 (21:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9619 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal.xml

index 8bae82980672d2f9d3ad09731c38c48db9427318..f074cf6687ccf479a6e48d23e5c673391d6b041c 100644 (file)
     <!-- use stun when specified (default is true) -->
     <!-- set to true to have the profile determine stun is not useful and turn it off globally-->
     <!--<param name="stun-auto-disable" value="true"/>-->
+    <!-- Choose the realm challenge key. Default is auto_to -->
+    <!--<param name="challenge-realm" value="auto_from|auto_to|<hardcoded_val>"/>-->
   </settings>
 </profile>