tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5928 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bcc8316df0
commit
73235d51f6
|
@ -21,7 +21,7 @@
|
||||||
can be any string.
|
can be any string.
|
||||||
used by: sofia.conf.xml enum.conf.xml default_context.xml directory.xml
|
used by: sofia.conf.xml enum.conf.xml default_context.xml directory.xml
|
||||||
-->
|
-->
|
||||||
<!--#set "domain=mydomain.com"-->
|
<!--#set "domain=$${local_ip_v4}"-->
|
||||||
<!--#set "sip_profile=$${domain}"-->
|
<!--#set "sip_profile=$${domain}"-->
|
||||||
<!-- xmpp_client_profile and xmpp_server_profile
|
<!-- xmpp_client_profile and xmpp_server_profile
|
||||||
xmpp_client_profile can be any string.
|
xmpp_client_profile can be any string.
|
||||||
|
@ -46,7 +46,14 @@
|
||||||
If unspecified, the bind_server_ip value is used.
|
If unspecified, the bind_server_ip value is used.
|
||||||
Used by: sofia.conf.xml dingaling.conf.xml
|
Used by: sofia.conf.xml dingaling.conf.xml
|
||||||
-->
|
-->
|
||||||
<!--#set "external_rtp_ip=stun:stun.server.com"-->
|
<!--#set "external_rtp_ip=stun:stun.fwdnet.net"-->
|
||||||
|
<!-- external_sip_ip
|
||||||
|
Used as the public IP address for SDP.
|
||||||
|
Can be an ip address or a string like "stun:stun.server.com"
|
||||||
|
If unspecified, the bind_server_ip value is used.
|
||||||
|
Used by: sofia.conf.xml dingaling.conf.xml
|
||||||
|
-->
|
||||||
|
<!--#set "external_sip_ip=stun:stun.fwdnet.net"-->
|
||||||
<!-- server_name
|
<!-- server_name
|
||||||
A public ip address or DNS name that is used when advertising conference
|
A public ip address or DNS name that is used when advertising conference
|
||||||
presence or registering sip.
|
presence or registering sip.
|
||||||
|
|
Loading…
Reference in New Issue