]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge.c: Hangup attended transfer target after it has been swapped out
authorKevin Harwell <kharwell@digium.com>
Tue, 7 Apr 2015 16:40:44 +0000 (16:40 +0000)
committerKevin Harwell <kharwell@digium.com>
Tue, 7 Apr 2015 16:40:44 +0000 (16:40 +0000)
commitd754f70239921561449884e85bd9794b5f515cd9
tree3cff4702b2bde335b9c68a8d544562d02e63a8b2
parentc516981dc7706979ae3e5d2a44927e005ec4d9f4
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/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434240 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/bridge.c