[asterisk-bugs] [JIRA] (ASTERISK-28774) chan_pjsip's rtptimeout is erroneously triggered during direct-media (native_rtp) bridge

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Mar 6 10:16:25 CST 2020


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

Asterisk Team commented on ASTERISK-28774:
------------------------------------------

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.

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.

> chan_pjsip's rtptimeout is erroneously triggered during direct-media (native_rtp) bridge
> ----------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-28774
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28774
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip, Resources/res_pjsip_sdp_rtp
>    Affects Versions: 16.8.0
>            Reporter: Michael Neuhauser
>            Severity: Minor
>
> 2 PJSIP endpoints with identical configuration (codec, etc.) and
> direct_media=yes
> rtp_timeout=10
> rtp_timeout_hold=10
> When those two endpoints are bridged (via simple Dial()) the RTP is flowing directly between them, not through Asterisk. But the code that checks for a RTP timeout is still active and erroneously terminates the connection after same time.
> This happens because the function rtp_check_timeout() in res/res_pjsip_sdp_rtp.c ignores the direct-media state of the endpoint (can be checked via session_media->direct_media_addr).
> I have a small patch that fixes this bug and will add a gerrit code review for it.



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



More information about the asterisk-bugs mailing list