[asterisk-bugs] [JIRA] (ASTERISK-29161) Incorrect setup of recall channels
Boris P. Korzun (JIRA)
noreply at issues.asterisk.org
Fri Nov 13 06:37:15 CST 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-29161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252735#comment-252735 ]
Boris P. Korzun commented on ASTERISK-29161:
--------------------------------------------
[~seanbright], ok, I've submitted it to Gerrit.
> 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: Boris P. Korzun
> 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