[asterisk-bugs] [JIRA] (ASTERISK-29161) Incorrect setup of recall channels
Sean Bright (JIRA)
noreply at issues.asterisk.org
Thu Nov 12 15:38:15 CST 2020
[ https://issues.asterisk.org/jira/browse/ASTERISK-29161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sean Bright updated ASTERISK-29161:
-----------------------------------
Assignee: Boris P. Korzun
Status: Waiting for Feedback (was: Open)
[~dtr0jan], your patch appears to be correct - will you be [submitting it to Gerrit for review and inclusion|https://wiki.asterisk.org/wiki/display/AST/Gerrit+Usage]?
> 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