[asterisk-bugs] [JIRA] (ASTERISK-27554) res_pjsip_rfc3326: Order of 'Reason' headers break many endpoints
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Aug 8 10:10:58 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-27554:
-------------------------------------
Target Release Version/s: 16.0.0
> res_pjsip_rfc3326: 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, Resources/res_pjsip_rfc3326
> Affects Versions: 13.18.5, 15.1.5
> Environment: Fedora 23, Snom, Yealink, Grandstream
> Reporter: Ross Beer
> Assignee: Unassigned
> Severity: Minor
> Labels: patch, pjsip
> Target Release: 13.21.0, 15.4.0, 16.0.0
>
> Attachments: ASTERISK-27554.diff
>
>
> 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