]> 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:39:48 +0000 (12:39 +0000)
commit7e5970183b1c3fcb4fb1651876f8c725dd760ee7
tree6affd88786fa9b3435102da8bd919f992128a087
parent92d10d1e7186fc2c4ae87f294c6f3cd8528bad38
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 f9e5b9aa010af2011e2bd3c23aa1f0fc8a3cc178)
main/manager.c