]> git.ipfire.org Git - thirdparty/asterisk.git/commit
action_redirect: remove after_bridge_goto_info
authorPeter Jannesen <peter@jannesen.com>
Thu, 13 Mar 2025 21:52:53 +0000 (22:52 +0100)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 May 2025 12:44:58 +0000 (12:44 +0000)
commita3fbcc817ba3fb37f704e97eec68a7023cb186d4
treeb30d9ac038a34833aa9a637fc69d63be4fe97dfa
parent725580e79e21372174f1505f4431f5ce8f6a0653
action_redirect: remove after_bridge_goto_info

Under certain circumstances the context/extens/prio are stored in the
after_bridge_goto_info. This info is used when the bridge is broken by
for hangup of the other party. In the situation that the bridge is
broken by an AMI Redirect this info is not used but also not removed.
With the result that when the channel is put back in a bridge and the
bridge is broken the execution continues at the wrong
context/extens/prio.

Resolves: #1144
(cherry picked from commit 177b8b6909a896116a02628d45d20b33e5973676)
main/manager.c