]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge_softmix: Clear "talking" when a channel is put on hold
authorKevin Harwell <kharwell@digium.com>
Tue, 20 Mar 2018 20:28:12 +0000 (15:28 -0500)
committerKevin Harwell <kharwell@digium.com>
Tue, 20 Mar 2018 20:34:11 +0000 (14:34 -0600)
commitcf73a4203f8a4a84e186dae525694250762c946a
treec0d95edfd2deaf1c82b339204d2fecb8bc639764
parentbfefde5b07579f8d075131bd1591ab7e7c0bcaf6
bridge_softmix: Clear "talking" when a channel is put on hold

This patch clears the talking flag from the channel (if already set), and
notifies listeners when that channel is put on hold. Note however, if the
endpoint continues to send audio frames and these are received by the bridge
then that channel will be put back into a "talking" state even though they
are on hold.

ASTERISK-27755 #close

Change-Id: I930e16c4662810f9f02043d69062f88173c5e2ef
bridges/bridge_softmix.c