]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Improve detecting of lack of RTP activity
authorBoris P. Korzun <drtr0jan@yandex.ru>
Tue, 22 Feb 2022 20:51:02 +0000 (23:51 +0300)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 6 Apr 2022 09:02:52 +0000 (04:02 -0500)
commitdae30a301f563c4164b350a3ab57a6331fef5afc
tree839127afc5e63e00ec419eb62a8d7d75063f91d7
parent96e0b7993801038e94e74355a8d1ab6bc64b9a53
res_pjsip_sdp_rtp: Improve detecting of lack of RTP activity

Change RTP timer behavior for detecting RTP only after two-way
SDP channel establishment. Ignore detecting after receiving 183
with SDP or while direct media is used.
Make rtp_timeout and rtp_timeout_hold options consistent to rtptimeout
and rtpholdtimeout options in chan_sip.

ASTERISK-26689 #close
ASTERISK-29929 #close

Change-Id: I07326d5b9c40f25db717fd6075f6f3a8d77279eb
channels/chan_pjsip.c
res/res_pjsip_sdp_rtp.c