]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
enable auto_from in the default config as a few things depend on this being the chall...
authorBrian West <brian@freeswitch.org>
Mon, 29 Sep 2008 01:12:58 +0000 (01:12 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 29 Sep 2008 01:12:58 +0000 (01:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9714 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal.xml

index 2f5ecdde10d79b5421ae482df5b0b7f0a4c3ea09..77f5444b790b3f52ea4de3f8026af5267e410041 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>"/>-->
+    <!--
+       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>