]> 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)
committerPeter Jannesen <peter@jannesen.com>
Thu, 17 Apr 2025 12:05:49 +0000 (12:05 +0000)
commit6881b6249f43585f8ed1f047b8a8f0a3922394db
treefd2fdfa72718141d509c5d660640e9ee09bf8f58
parentbcd0e53ef698bd5131ceb8423e0ed4fb0ea41405
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
main/manager.c