]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
patch from FSCORE-291
authorRaymond Chandler <intralanman@freeswitch.org>
Wed, 11 Feb 2009 19:29:06 +0000 (19:29 +0000)
committerRaymond Chandler <intralanman@freeswitch.org>
Wed, 11 Feb 2009 19:29:06 +0000 (19:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11887 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/vars.xml

index bd1819222ac12e0738cc38bbd4b1ad6bc6398d10..392ef3eeb5f8d454881b71c3fefc91212745b6a9 100644 (file)
   -->
 
   <!-- external_rtp_ip
-       Used as the public IP address for SDP.
-       Can be an ip address or a string like "stun:stun.server.com" 
+       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"
+       where fs.mydomain.com is a DNS A record-useful when fs is on
+       a dynamic IP address, and uses a dynamic DNS updater.
        If unspecified, the bind_server_ip value is used.
        Used by: sofia.conf.xml dingaling.conf.xml
   -->
   <X-PRE-PROCESS cmd="set" data="external_rtp_ip=stun:stun.freeswitch.org"/>
 
   <!-- external_sip_ip
-       Used as the public IP address for SDP.
-       Can be an ip address or a string like "stun:stun.server.com" 
+      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"
+       where fs.mydomain.com is a DNS A record-useful when fs is on
+       a dynamic IP address, and uses a dynamic DNS updater.
        If unspecified, the bind_server_ip value is used.
        Used by: sofia.conf.xml dingaling.conf.xml
   -->