[asterisk-bugs] [JIRA] (ASTERISK-30119) rtp timeout on calls with video support

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Jun 30 09:33:09 CDT 2022


    [ https://issues.asterisk.org/jira/browse/ASTERISK-30119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=259570#comment-259570 ] 

Asterisk Team commented on ASTERISK-30119:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. Please note that log messages and other files should not be sent to the Sangoma Asterisk Team unless explicitly asked for. All files should be placed on this issue in a sanitized fashion as needed.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

Please note that by submitting data, code, or documentation to Sangoma through JIRA, you accept the Terms of Use present at [https://www.asterisk.org/terms-of-use/|https://www.asterisk.org/terms-of-use/].

> rtp timeout on calls with video support
> ---------------------------------------
>
>                 Key: ASTERISK-30119
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-30119
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_sdp_rtp
>    Affects Versions: 16.24.0, 16.25.0, 16.26.0, 16.27.0
>            Reporter: Joe Searle
>            Severity: Major
>              Labels: webrtc
>
> Since upgrading from 16.22.0 to 16.27.0 when making outbound calls from my sip client (webrtc) I have been noticing Asterisk has been dropping the calls slightly after the 60 second mark with the notice
> {quote}[Jun 30 13:05:34] NOTICE[20479]: res_pjsip_sdp_rtp.c:149 rtp_check_timeout: Disconnecting channel 'PJSIP/softphone-web-6-00000002' for lack of video RTP activity in 65 seconds{quote}
> I used git bisect to track down the issue to this commit
> {quote}14156f9827eb0caa4e3b64bafce318e475a12b68{quote}
> The related jira issue is ASTERISK-28890
> Prior to this change I wouldn't have any issue with Asterisk dropping the calls.
> I thought that the problem was that the INVITE sent from the endpoint to Asterisk was set to *recvonly* on the video stream and that Asterisk wasn't checking whether it should be receiving the video RTP before it adds the applies the rtp_timeout to it. This does not seem to be the case however because I tested enabling video in the softclient before making another attempt so it was set to *sendrecv* but I still have the problem with video being sent to Asterisk.
> Reading the linked jira issue the change relates to *rtp_keepalive* which I don't have enabled on the endpoints.
> I will attach the endpoints settings and a pcap once I figure out how.
> The only work around I have found so far is to disable rtp_timeout on the endpoints which isn't ideal.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list