[asterisk-bugs] [JIRA] (ASTERISK-29161) Incorrect setup of recall channels
Friendly Automation (JIRA)
noreply at issues.asterisk.org
Wed Nov 18 10:15:16 CST 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-29161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Friendly Automation closed ASTERISK-29161.
------------------------------------------
Resolution: Fixed
> 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