mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
more auto stuff for external which now you can use ONLY for providers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13622 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0f13336971
commit
7e66af4a9a
@ -6,8 +6,10 @@
|
|||||||
</gateways>
|
</gateways>
|
||||||
|
|
||||||
<aliases>
|
<aliases>
|
||||||
|
<!--
|
||||||
<alias name="outbound"/>
|
<alias name="outbound"/>
|
||||||
<alias name="nat"/> <!-- for backwards compatibility -->
|
<alias name="nat"/>
|
||||||
|
-->
|
||||||
</aliases>
|
</aliases>
|
||||||
|
|
||||||
<domains>
|
<domains>
|
||||||
@ -27,6 +29,7 @@
|
|||||||
<param name="rtp-timer-name" value="soft"/>
|
<param name="rtp-timer-name" value="soft"/>
|
||||||
<!--<param name="enable-100rel" value="true"/>-->
|
<!--<param name="enable-100rel" value="true"/>-->
|
||||||
<!-- This could be set to "passive" -->
|
<!-- This could be set to "passive" -->
|
||||||
|
<param name="local-network-acl" value="localnet.auto"/>
|
||||||
<param name="manage-presence" value="false"/>
|
<param name="manage-presence" value="false"/>
|
||||||
|
|
||||||
<!-- used to share presence info across sofia profiles
|
<!-- used to share presence info across sofia profiles
|
||||||
@ -52,8 +55,8 @@
|
|||||||
-->
|
-->
|
||||||
<param name="rtp-ip" value="$${local_ip_v4}"/>
|
<param name="rtp-ip" value="$${local_ip_v4}"/>
|
||||||
<param name="sip-ip" value="$${local_ip_v4}"/>
|
<param name="sip-ip" value="$${local_ip_v4}"/>
|
||||||
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
|
<param name="ext-rtp-ip" value="auto-nat"/>
|
||||||
<param name="ext-sip-ip" value="$${external_sip_ip}"/>
|
<param name="ext-sip-ip" value="auto-nat"/>
|
||||||
<param name="rtp-timeout-sec" value="300"/>
|
<param name="rtp-timeout-sec" value="300"/>
|
||||||
<param name="rtp-hold-timeout-sec" value="1800"/>
|
<param name="rtp-hold-timeout-sec" value="1800"/>
|
||||||
<!--<param name="enable-3pcc" value="true"/>-->
|
<!--<param name="enable-3pcc" value="true"/>-->
|
||||||
|
@ -9,7 +9,9 @@
|
|||||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
<!--aliases are other names that will work as a valid profile name for this profile-->
|
||||||
<aliases>
|
<aliases>
|
||||||
|
<!--
|
||||||
<alias name="default"/>
|
<alias name="default"/>
|
||||||
|
-->
|
||||||
</aliases>
|
</aliases>
|
||||||
<!-- Outbound Registrations -->
|
<!-- Outbound Registrations -->
|
||||||
<gateways>
|
<gateways>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user