]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_softmix: clear hold when joining a softmix bridge
authorKevin Harwell <kharwell@digium.com>
Wed, 13 Nov 2019 23:24:48 +0000 (17:24 -0600)
committerKevin Harwell <kharwell@digium.com>
Wed, 13 Nov 2019 23:54:26 +0000 (18:54 -0500)
commit300e21662c50eaf4ae0057b9ed9358ad5ef0a77b
tree30d398e42d76b4a084d5328484217f9a0cc03d31
parent7a85a947af3d5e5ddb8b482a04b860c0bf597632
bridge_softmix: clear hold when joining a softmix bridge

MOH continues to play to a channel if that channel was on hold prior to
entering a softmix bridge. MOH will not stop even if the original "holder"
attempts an unhold.

For the most part a softmix bridge ignores holds, so a participating channel
shouldn't join while on hold. This patch checks to see if the channel joining
the softmix bridge is currently on hold. If so then it indicates an unhold.

ASTERISK-28618

Change-Id: I66ccd4efc80f5b4c3dd68186b379eb442916392b
bridges/bridge_softmix.c