Update vars.xml

This commit is contained in:
FusionPBX
2016-08-15 19:16:01 -06:00
committed by GitHub
parent 71b6bcc3f8
commit 9613c02ffa

View File

@@ -16,7 +16,7 @@
-->
<X-PRE-PROCESS cmd="set" data="domain=$${local_ip_v4}"/>
<X-PRE-PROCESS cmd="set" data="domain_name=$${domain}"/>
<X-PRE-PROCESS cmd="set" data="hold_music=local_stream://moh"/>
<X-PRE-PROCESS cmd="set" data="hold_music=local_stream://default"/>
<X-PRE-PROCESS cmd="set" data="use_profile=internal"/>
<!--
@@ -155,7 +155,7 @@
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"/>
<X-PRE-PROCESS cmd="set" data="external_rtp_ip=$${local_ip_v4}"/>
<!-- external_sip_ip
Used as the public IP address for SDP.
@@ -168,7 +168,7 @@
If unspecified, the bind_server_ip value is used.
Used by: sofia.conf.xml dingaling.conf.xml
-->
<X-PRE-PROCESS cmd="set" data="external_sip_ip=stun:stun.freeswitch.org"/>
<X-PRE-PROCESS cmd="set" data="external_sip_ip=$${local_ip_v4}"/>
<!-- unroll-loops
Used to turn on sip loopback unrolling.