]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge.c: Hangup attended transfer target after it has been swapped out 66/2666/1
authorKevin Harwell <kharwell@digium.com>
Tue, 7 Apr 2015 16:40:44 +0000 (16:40 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 20 Apr 2016 21:52:10 +0000 (16:52 -0500)
commitc8e21c4eb9b1131ab6c4d2107d7ad42485394501
treeceee50aeef233f9bf2aa7de4a6ef045d9d44550a
parentb81052d194f9990831dad0d16dd3fb69bc002626
bridge.c: Hangup attended transfer target after it has been swapped out

After completing an attended transfer the transfer target channel (the one that
gets swapped out) was not being hung up after leaving the bridge. This resulted
in a channel possibly being left around. Added an explicit softhangup for the
channel in question after the transfer is successfully completed in order to
make sure the channel is hung up.

ASTERISK-24782 #close
Reported by: John Bigelow
Review: https://reviewboard.asterisk.org/r/4575/

This patch is a remedial cherry-pick from v13.

Change-Id: I26cc0c207acf74ade93e6567febf7b9776452058
main/bridge.c