[Freeswitch-svn] [commit] r9619 - freeswitch/trunk/conf/sip_profiles

Freeswitch SVN brian at freeswitch.org
Mon Sep 22 17:39:58 EDT 2008


Author: brian
Date: Mon Sep 22 17:39:57 2008
New Revision: 9619

Modified:
   freeswitch/trunk/conf/sip_profiles/internal.xml

Log:
add the challenge-realm option with some docs.

Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Mon Sep 22 17:39:57 2008
@@ -142,6 +142,8 @@
     <!-- 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>
 



More information about the Freeswitch-svn mailing list