I'm running FreePBX 13.0.49 (Asterisk 13.5.0) with PJSIP and running into a problem when my endpoint disconnects form the network while the call is in progress. I was able to set RTP timeouts on the endpoint so that it recognizes loss of connectivity and hangs up, but the call on the Asterisk server side of things continues indefinitely until my other endpoint hangs up. I set rtp_timeout=15 in pjsip_custom.conf thinking that would be a server-wide setting resolving my issue, but it doesn't appear to have any effect. I've done some searching and not come up with anything. I don't believe it's a FreePBX-specific issue, but can't say for sure. Any guidance would be appreciated. Thanks, John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160129/6722ed4c/attachment.html>
Richard Mudgett
2016-Jan-29 21:47 UTC
[asterisk-users] PJSIP RTP Timeout - Calls not ending
On Fri, Jan 29, 2016 at 3:23 PM, John Roth <jtr at availtec.com> wrote:> I?m running FreePBX 13.0.49 (Asterisk 13.5.0) with PJSIP and running into > a problem when my endpoint disconnects form the network while the call is > in progress. I was able to set RTP timeouts on the endpoint so that it > recognizes loss of connectivity and hangs up, but the call on the Asterisk > server side of things continues indefinitely until my other endpoint hangs > up. I set rtp_timeout=15 in pjsip_custom.conf thinking that would be a > server-wide setting resolving my issue, but it doesn?t appear to have any > effect. I?ve done some searching and not come up with anything. I don?t > believe it?s a FreePBX-specific issue, but can?t say for sure. Any > guidance would be appreciated. >rtp_timeout is a per-endpoint option. It is not global. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160129/13a33c15/attachment.html>