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

Boris P. Korzun (JIRA) noreply at issues.asterisk.org
Thu Nov 12 13:21:15 CST 2020


Boris P. Korzun created ASTERISK-29161:
------------------------------------------

             Summary: 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: 18.0.1, 16.14.1, 13.37.0
         Environment: FreeBSD 12.2, Asterisk 18.0.1
            Reporter: Boris P. Korzun


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