<div dir="ltr">We had some problems with "hanging channels" for our webrtc clients (via kamailio).<div>To solve the problem I tried to use "media_timeout" setting but it didn't really work. So I tried the deprecated "rtp-timeout-sec" and this actually works fine?</div><div><br></div><div>Not working:</div><div><param name="media_timeout" value="300"/><br></div><div><br></div><div>Working:</div><div><param name="rtp-timeout-sec" value="300"/></div><div><br></div><div>How to reproduce: Make a call using webrtc and just close browser window, after some time freeswitch should close the channel because of missing rtp.<br></div><div>Instead it just keeps writing: "switch_rtp.c:853 No audio stun for a long time!" forever...</div><div><br></div><div>Anyway, it works now....just curious why...a typo or bug?</div><div><br></div><div>/Allan</div><div><br></div><div>Using:</div><div>FreeSWITCH Version 1.10.5-release+git~20200818T185121Z~25569c1631~64bit<br></div></div>