[asterisk-bugs] [JIRA] (ASTERISK-30397) SIP Reason: "Call completed elsewhere" no longer propagating

Igor Goncharovsky (JIRA) noreply at issues.asterisk.org
Tue Jan 17 10:29:03 CST 2023


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

Igor Goncharovsky commented on ASTERISK-30397:
----------------------------------------------

Endpoint -> Asterisk 1 (via Call Group) -> Asterisk 2 -> Endpoint1
                                                              -> Asterisk 2 -> Endpoint2

Asterisk1 dialplan:
Dial(PJSIP/Endpoint1 at Asterisk2&PJSIP/Endpoint2 at Asterisk2,,c)

So Endpoint1 answers the call, then Asterisk1 send cancel to Endpoint2 via Asterisk2. In case Asterisk2 have version prior to commit 19570 Reason sent to Endpoint2, after commit 19570 - does not send. Am I right?

> SIP Reason: "Call completed elsewhere" no longer propagating
> ------------------------------------------------------------
>
>                 Key: ASTERISK-30397
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-30397
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_rfc3326
>    Affects Versions: GIT
>         Environment: CentOS
>            Reporter: Ross Beer
>
> Since Gerrit commit 19570 the 'Call completed elsewhere' reason is not passed on to endpoints.
> The setup is as follows:
> {quote}
> Endpoint -> Asterisk 1 (via Call Group) -> Asterisk 2 -> Endpoint
> {quote}
> To test make a call from one Endpoint on Asterisk 1 which contains a group with two endpoints on Asterisk 2. Answer the call on one of the endpoints in the group. Asterisk 1 sends headers:
> {quote}
>        CSeq: 29930 CANCEL
>         Reason: SIP;cause=200;text="Call completed elsewhere"
>         Reason: Q.850;cause=26
>         Max-Forwards: 70
>         User-Agent: VoiceHost V6
>         Content-Length:  0
> {quote}
> Asterisk 2 does not send on the 'Reason' headers.
> Asterisk 1 does not contain the patch and passes on the Headers correctly.



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



More information about the asterisk-bugs mailing list