From b7e83ae3ab3f029767589554d520b3338a7700b0 Mon Sep 17 00:00:00 2001
From: Richard Alam <ritzalam@gmail.com>
Date: Fri, 23 Sep 2011 15:09:45 -0400
Subject: [PATCH]  set rtp timeout to 5 minutes so that FS kicks user out if a
 user is disconnected  and not sending rtp

---
 .../config/freeswitch/conf/sip_profiles/external.xml        | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bbb-voice-conference/config/freeswitch/conf/sip_profiles/external.xml b/bbb-voice-conference/config/freeswitch/conf/sip_profiles/external.xml
index 1629390d4a..8f1076364c 100644
--- a/bbb-voice-conference/config/freeswitch/conf/sip_profiles/external.xml
+++ b/bbb-voice-conference/config/freeswitch/conf/sip_profiles/external.xml
@@ -59,11 +59,7 @@
     <param name="sip-ip" value="$${local_ip_v4}"/>
     <param name="ext-rtp-ip" value="auto-nat"/>
     <param name="ext-sip-ip" value="auto-nat"/>
-    <!--
-       Set the RTP timeout for 3 hours to prevent FS from hanging up bbb clients
-       who are muted and not sending any audio.
-    -->
-    <param name="rtp-timeout-sec" value="10800"/>
+    <param name="rtp-timeout-sec" value="300"/>
     <param name="rtp-hold-timeout-sec" value="1800"/>
     <!--<param name="enable-3pcc" value="true"/>-->
 
-- 
GitLab