#1024709 asterisk: Calls fail after 120 seconds with 'lack of video RTP activity in 120 seconds'

Package:
asterisk
Source:
asterisk
Description:
Open Source Private Branch Exchange (PBX)
Submitter:
Philipp Kolmann
Date:
2023-02-24 10:33:02 UTC
Severity:
normal
#1024709#5
Date:
2022-11-23 15:03:06 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?

After installing the security fix in bullseye (16.16.1~dfsg-1+deb11u1 to
16.28.0~dfsg-0+deb11u1) calls with fail after 120 seconds with the
following error on the console:

res_pjsip_sdp_rtp.c:145 rtp_check_timeout: Disconnecting channel for lack of video RTP activity in 120 seconds

After downgrading back to 16.16 calls keep up longer then 2 minutes
again.

#1024709#10
Date:
2023-02-24 09:44:12 UTC
From:
To:
Hi,

I have found the reason for the disconnects.

I have set the pjsip rtp_timeout to 120 and after the update this
setting suddenly became active.

I futher investigated this issue and found the the default value for
this setting is 0 and I have changed the value now to 0 and the issue is
gone now.

Seems still that there is an issue with the rtp timeout, because I have
rtp traffice but it can be avoided with removing the setting.

Bug can be closed

thanks
Philipp