]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorBrian West <brian@freeswitch.org>
Mon, 10 Dec 2007 17:11:31 +0000 (17:11 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 10 Dec 2007 17:11:31 +0000 (17:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6591 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/outbound.xml [new file with mode: 0644]

diff --git a/conf/sip_profiles/outbound.xml b/conf/sip_profiles/outbound.xml
new file mode 100644 (file)
index 0000000..d63f73e
--- /dev/null
@@ -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>