[asterisk-bugs] [JIRA] (ASTERISK-27554) Order of 'Reason' headers break many endpoints

Asterisk Team (JIRA) noreply at issues.asterisk.org
Fri Jan 5 10:00:40 CST 2018


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

Asterisk Team commented on ASTERISK-27554:
------------------------------------------

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

> Order of 'Reason' headers break many endpoints
> ----------------------------------------------
>
>                 Key: ASTERISK-27554
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27554
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Channels/chan_pjsip
>    Affects Versions: 13.18.5, 15.1.5
>         Environment: Fedora 23, Snom, Yealink, Grandstream
>            Reporter: Ross Beer
>              Labels: pjsip
>
> The additional header added by chan_pjsip CANCEL causes many hardware endpoints to record missed calls. While this isn't directly an Asterisk issue and doesn't break RFCs, it is a change away from chan_sip.
> I believe that endpoints are only checking the fist Reason header for the string 'Call completed elsewhere' and therefore not matching this.
> The reason headers currently sent by chan_pjsip are as follows:
> {noformat}
> Reason: Q.850;cause=26
> Reason: SIP;cause=200;text="Call completed elsewhere"
> {noformat}
> I believe that changing the order of the headers to the following will resolve the issue with many manufacturers:
> {noformat}
> Reason: SIP;cause=200;text="Call completed elsewhere"
> Reason: Q.850;cause=26
> {noformat}
> While ideally getting each manufacturer to fix their firmware to check multiple headers would be ideal, some devices are no longer actively supported and therefore will never be updated.



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



More information about the asterisk-bugs mailing list