<div dir="ltr"><div>Using FS10.5 installed from packages on Debian Stretch...</div><div><br></div><div>I wanted to replicate the behavior we had with <param name="rtp-<span class="gmail-il">timeout</span>-sec" value="300"/> so that we'll hangup calls in which leg B of a conference has sent no media for 5 mins.</div><div><br></div><div>I edited our dialplan like this...</div><div><br></div><div><action application="conference_set_auto_outcall"<br> data="['conference_member_flags=endconf,jitterbuffer_msec=5p:100p,media_timeout=300000']sofia/gateway/...deleted..."/><br></div><div><br></div><div>and restarted like this...</div><div><br></div><div>fs_cli -x 'fsctl shutdown elegant restart'<br></div><div><br></div><div>But after 8 mins in such a call there was no hangup.</div><br><div>---------- Forwarded message ----------<br>From: Dragos Oancea <<a href="mailto:dragos@freeswitch.org" target="_blank">dragos@freeswitch.org</a>><br>To: FreeSWITCH Users Help <<a href="mailto:freeswitch-users@lists.freeswitch.org" target="_blank">freeswitch-users@lists.freeswitch.org</a>><br>Cc: <br>Bcc: <br>Date: Thu, 4 Mar 2021 11:04:26 +0200<br>Subject: Re: [Freeswitch-users] rtp-<span class="gmail-il">timeout</span>-sec VS media_timeout<br><div dir="ltr">For <span class="gmail-il">media</span> <span class="gmail-il">timeout</span> there are the following chan vars:<div>media_timeout, media_hold_timeout, media_<span class="gmail-il">timeout</span>, media_hold_timeout_video, media_hold_timeout_audio, media_timeout_audio .<br></div><div><br></div><div>They are in milliseconds, not seconds like rtp-<span class="gmail-il">timeout</span>-sec . </div><div><br></div><div><param name="media_timeout" value="300000"/></div></div></div></div>