From 2b42264e66656f6ab6bc664eec4e93d353c58ffe Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Thu, 9 Jul 2015 14:17:53 -0500 Subject: res_pjsip: Add rtp_keepalive endpoint option. This adds an "rtp_keepalive" option for PJSIP endpoints. Similar to the chan_sip option, this specifies an interval, in seconds, at which we will send RTP comfort noise frames. This can be useful for keeping RTP sessions alive as well as keeping NAT associations alive during lulls. ASTERISK-25242 #close Reported by Mark Michelson Change-Id: I3b9903d99e35fe5d0b53ecc46df82c750776bc8d --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index cf37e6991..53752fbf3 100644 --- a/CHANGES +++ b/CHANGES @@ -195,6 +195,10 @@ res_pjsip 'yes' and g.726 audio is negotiated, forces the codec to be treated as if it is AAL2 packed on the channel. +* A new 'rtp_keepalive' endpoint option has been added. This option specifies + an interval, in seconds, at which we will send RTP comfort noise packets to + the endpoint. This functions identically to chan_sip's "rtpkeepalive" option. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 13.3.0 to Asterisk 13.4.0 ------------ ------------------------------------------------------------------------------ -- cgit v1.2.3