]> 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:28:12 +0000 (15:28 -0500)
commit17cd6876794cad8e6b99f5fd8be92cfd2a8a68a9
treee55573c18ebd60c9e8a1025c661e145202079856
parent7580d1e0bbafd7562ce34d204c29dff32bb1c6fb
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