Skip to content

Commit

Permalink
set rtp timeout to 5 minutes so that FS kicks user out if a user is …
Browse files Browse the repository at this point in the history
…disconnected

 and not sending rtp
  • Loading branch information
ritzalam committed Sep 23, 2011
1 parent 89d36af commit b7e83ae
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>-->

Expand Down

0 comments on commit b7e83ae

Please sign in to comment.