Skip to content
Snippets Groups Projects
Commit b7e83ae3 authored by Richard Alam's avatar Richard Alam
Browse files

set rtp timeout to 5 minutes so that FS kicks user out if a user is disconnected

 and not sending rtp
parent 89d36af2
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment