forked from Mirrors/freeswitch
1e0afe2b9d
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6734 d0543943-73ff-0310-b7d9-9358b9ac24b2
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
|
<profile name="outbound">
|
|
<!-- This profile is only for outbound registrations to providers -->
|
|
<gateways>
|
|
<X-PRE-PROCESS cmd="include" data="outbound/*.xml"/>
|
|
</gateways>
|
|
|
|
<domains>
|
|
<domain name="$${domain}" parse="true"/>
|
|
</domains>
|
|
|
|
<settings>
|
|
<param name="debug" value="0"/>
|
|
<!--<param name="sip-trace" value="yes"/>-->
|
|
<!--<param name="log-level" value="0"/>-->
|
|
<param name="rfc2833-pt" value="101"/>
|
|
<param name="sip-port" value="5080"/>
|
|
<param name="dialplan" value="XML"/>
|
|
<param name="context" value="public"/>
|
|
<param name="dtmf-duration" value="100"/>
|
|
<param name="codec-prefs" value="$${global_codec_prefs}"/>
|
|
<param name="hold-music" value="local_stream://moh"/>
|
|
<param name="use-rtp-timer" value="true"/>
|
|
<param name="rtp-timer-name" value="soft"/>
|
|
<param name="manage-presence" value="true"/>
|
|
<param name="inbound-codec-negotiation" value="generous"/>
|
|
<param name="nonce-ttl" value="60"/>
|
|
<param name="auth-calls" value="false"/>
|
|
<param name="rtp-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-sip-ip" value="$${external_sip_ip}"/>
|
|
</settings>
|
|
</profile>
|