]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
clarify the info as the word IP in the option isn't clearly saying you can put an...
authorBrian West <brian@freeswitch.org>
Sat, 31 Oct 2009 08:41:08 +0000 (08:41 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 31 Oct 2009 08:41:08 +0000 (08:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15302 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal.xml

index 82a9744b5f3c2930df0f66ec5977b543518b257a..d8f7307c248a254454c6f1ace46d6c2eb9967ce9 100644 (file)
     <param name="inbound-reg-force-matching-username" value="true"/>
     <!-- on authed calls, authenticate *all* the packets not just invite -->
     <param name="auth-all-packets" value="false"/>
-    <!--
-       Possible options for ext-rtp-ip or ext-sip-ip 
-
-       auto     - Use guessed ip.
-       auto-nat - Use ip learned from NAT-PMP or UPNP
-    -->
+    
+    <!-- external_sip_ip
+      Used as the public IP address for SDP.
+      Can be an one of:
+           ip address            - "12.34.56.78"
+           a stun server lookup  - "stun:stun.server.com"
+           a DNS name            - "host:host.server.com"
+           auto                  - Use guessed ip.
+           auto-nat              - Use ip learned from NAT-PMP or UPNP
+       -->
     <param name="ext-rtp-ip" value="auto-nat"/>
     <param name="ext-sip-ip" value="auto-nat"/>