]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge.c: Hangup attended transfer target if bridged 67/2667/1
authorKevin Harwell <kharwell@digium.com>
Mon, 22 Jun 2015 20:11:18 +0000 (15:11 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 20 Apr 2016 21:52:21 +0000 (16:52 -0500)
commitac53e65cb5fb74bc83a9ddec5c73c0b65a2538dd
tree869ae2bf929778afcaad7a50876f18851e505bff
parentc8e21c4eb9b1131ab6c4d2107d7ad42485394501
bridge.c: Hangup attended transfer target if bridged

After completing an attended transfer the transfer target channel was not being
hung up after leaving the bridge. Added an explicit softhangup to hangup said
channel, but only if it was previously bridged.

ASTERISK-24782 #close
Reported by: John Bigelow

This patch is a remedial cherry-pick from v13.

Change-Id: Idde9543d56842369384a5e8c00d72a22bbc39ada
main/bridge.c