]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add timeouts to default
authorAnthony Minessale <anthony.minessale@gmail.com>
Sat, 2 Feb 2008 21:43:23 +0000 (21:43 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Sat, 2 Feb 2008 21:43:23 +0000 (21:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7495 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/default.xml
conf/sip_profiles/nat.xml
conf/sip_profiles/outbound.xml

index e4d25ffdf53909b1bc9cee6e05924203f3962401..b9385ac1c59fdc2119fc4bed9e643d756193bdd5 100644 (file)
@@ -85,7 +85,8 @@
     <!-- <param name="ext-rtp-ip" value="$${external_rtp_ip}"/> -->
     <!-- <param name="ext-sip-ip" value="$${external_sip_ip}"/> -->
     <!-- rtp inactivity timeout -->
-    <param name="rtp-timeout-sec" value="1800"/>
+    <param name="rtp-timeout-sec" value="300"/>
+    <param name="rtp-hold-timeout-sec" value="1800"/>
     <!-- VAD choose one (out is a good choice); -->
     <!-- <param name="vad" value="in"/> -->
     <!-- <param name="vad" value="out"/> -->
index 9b9f721b69e987693e567c290d7f76caad9e24c0..5b5f6eb7e4d22c4d4c1e9fd68c7a2ec533af1f02 100644 (file)
@@ -25,5 +25,7 @@
     <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}"/>
+    <param name="rtp-timeout-sec" value="300"/>
+    <param name="rtp-hold-timeout-sec" value="1800"/>
   </settings>
 </profile>
index 8b0c033b85f6b406ab653d5b0c5394bdf5d765d1..9db6b720bcc9bde920fbd91376336c4bcdc7753c 100644 (file)
@@ -30,5 +30,7 @@
     <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}"/>
+    <param name="rtp-timeout-sec" value="300"/>
+    <param name="rtp-hold-timeout-sec" value="1800"/>
   </settings>
 </profile>