[asterisk-bugs] [JIRA] (ASTERISK-27994) early media ringback not indicated after progress() on pjsip channel

Asterisk Team (JIRA) noreply at issues.asterisk.org
Sun Jul 29 14:53:54 CDT 2018


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

Asterisk Team commented on ASTERISK-27994:
------------------------------------------

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].

> early media ringback not indicated after progress() on pjsip channel
> --------------------------------------------------------------------
>
>                 Key: ASTERISK-27994
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27994
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 13.22.0
>         Environment: Ubuntu 16.04 LTS, Asterisk 13.22.0, pjproject bundled 2.7.2
>            Reporter: Gregory Massel
>            Severity: Minor
>              Labels: pjsip
>
> chan_pjsip doesn't handle early media correctly in all instances.
> Specifically, two issues:
> 1. When the endpoint is configured with "inband_progress = no" (default), chan_pjsip will act as chan_sip used to with progressinband=never, i.e. Even if a Progress() application is run, it will still NOT indicate ringing inband.
> e.g. Something like:
> exten => s,1,Progress()
> same => n,Playtones(!400*33/40,!0/40,!400*33/40,!0/40,!400*33/40,!0/500)
> same => n,Wait(0.25)
> same => n,StopPlayTones
> same => n,Dial(PJSIP/endpoint)
> If the dialled endpoint indicates ringing, the calling endpoint hears dead silence (after the initial tones). This is incorrect. The channel driver must provide inband ringing (despite inband_progress=no setting) because the Progress() application has been run and the media stream opened.
> chan_sip handles this correctly (if progressinband=no is set); chan_pjsip doesn't.
> 2. When the endpoint is configured with "inband_progress = yes" and the same dialplan is used, pjsip will issue TWO 183 messages to the calling endpoint, one when the Progress application is run and then a second when it receives a 180 from the dialled endpoint. This is also incorrect because, once an intial 183 has been sent and the media stream is open, no further 183 message should be sent.



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



More information about the asterisk-bugs mailing list