[asterisk-bugs] [JIRA] (ASTERISK-29161) Incorrect setup of recall channels

Friendly Automation (JIRA) noreply at issues.asterisk.org
Wed Nov 18 10:15:17 CST 2020


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

Friendly Automation commented on ASTERISK-29161:
------------------------------------------------

Change 15173 merged by George Joseph:
bridge_basic: Fixed setup of recall channels

[https://gerrit.asterisk.org/c/asterisk/+/15173|https://gerrit.asterisk.org/c/asterisk/+/15173]

> Incorrect setup of recall channels
> ----------------------------------
>
>                 Key: ASTERISK-29161
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29161
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Bridges/bridge_simple
>    Affects Versions: 13.37.0, 16.14.1, 18.0.1
>         Environment: FreeBSD 12.2, Asterisk 18.0.1
>            Reporter: Boris P. Korzun
>            Assignee: Unassigned
>            Severity: Minor
>              Labels: patch
>         Attachments: bridge_basic.c.diff
>
>
> There's a bug (like a typo) in retransfer_enter() at main/bridge_basic.c:2641.
> common_recall_channel_setup() setups common things on the recalled transfer target, but uses same target as source instead trasfered.
> {{common_recall_channel_setup(props->recall_target, props->recall_target);}}
> But it should be like:
> {{common_recall_channel_setup(props->recall_target, props->transferer);}}



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



More information about the asterisk-bugs mailing list