]> 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)
commit177b8b6909a896116a02628d45d20b33e5973676
tree1d8735862abbddb45d49d283b4fb0c349fd0c395
parent8c5c1dcedda0092dc711e9992bb144b6ee81378e
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