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

Freeswitch SVN brian at freeswitch.org
Sun Sep 28 21:12:58 EDT 2008


Author: brian
Date: Sun Sep 28 21:12:58 2008
New Revision: 9714

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

Log:
enable auto_from in the default config as a few things depend on this being the challenge realm for URI dialing from phones like snom.  Revert to continue the default behavior or set to auto_to which is the default value

Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Sun Sep 28 21:12:58 2008
@@ -143,8 +143,18 @@
     <!-- 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>"/>-->
+    <!--
+	Choose the realm challenge key. Default is auto_to if not set. 
+	
+	auto_from - uses the from field as the value for the sip realm.
+	auto_to   - uses the to field as the value for the sip realm.
+	
+	If you want URL dialing to work you'll want to set this to auto_from.
+	
+	Note: comment out to restore the behavior before 2008-09-29
+
+    -->
+    <param name="challenge-realm" value="auto_from"/>
     <!--<param name="disable-rtp-auto-adjust" value="true"/>-->
   </settings>
 </profile>



More information about the Freeswitch-svn mailing list