[Freeswitch-trunk] [commit] r6591 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Mon Dec 10 12:11:31 EST 2007
Author: brian
Date: Mon Dec 10 12:11:31 2007
New Revision: 6591
Added:
freeswitch/trunk/conf/sip_profiles/outbound.xml
Log:
update
Added: freeswitch/trunk/conf/sip_profiles/outbound.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/sip_profiles/outbound.xml Mon Dec 10 12:11:31 2007
@@ -0,0 +1,30 @@
+<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="1"/>
+ <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="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>
More information about the Freeswitch-trunk
mailing list