mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 19:29:02 +02:00
fixing timeout of listen only clients after 5 minutes
This commit is contained in:
parent
a6153b9c7d
commit
4392ccc3a7
@ -78,7 +78,15 @@
|
|||||||
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
|
<param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
|
||||||
<param name="ext-sip-ip" value="$${external_sip_ip}"/>
|
<param name="ext-sip-ip" value="$${external_sip_ip}"/>
|
||||||
|
|
||||||
<param name="rtp-timeout-sec" value="300"/>
|
<!--
|
||||||
|
Listen only clients somehow run into this timeout
|
||||||
|
causing
|
||||||
|
Hangup sofia/external/GLOBAL_AUDIO_76116@10.7.7.1 [CS_EXECUTE] [MEDIA_TIMEOUT]
|
||||||
|
[mcs-freeswitch] Dispatching conference new video floor event released
|
||||||
|
[mcs-freeswitch] Received CHANNEL_HANGUP for
|
||||||
|
-->
|
||||||
|
<param name="rtp-timeout-sec" value="86400"/>
|
||||||
|
|
||||||
<param name="rtp-hold-timeout-sec" value="1800"/>
|
<param name="rtp-hold-timeout-sec" value="1800"/>
|
||||||
<param name="enable-3pcc" value="proxy"/>
|
<param name="enable-3pcc" value="proxy"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user