app_confbridge: Add talking indicator for ConfBridgeList AMI response

When an AMI client connects, it cannot determine if a user was talking
prior to a transition in the user speaking state (which would generate
a ConfbridgeTalking event). This patch causes app_confbridge to track the
talking state and make this state available via ConfBridgeList.

ASTERISK-27877 #close

Change-Id: I19b5284f34966c3fda94f5b99a7e40e6b89767c6
This commit is contained in:
William McCall
2018-05-29 00:17:52 +00:00
parent 4ea98e49f1
commit a7f4121238
3 changed files with 21 additions and 1 deletions

View File

@@ -129,6 +129,12 @@ app_sendtext
Content-Type of a message. Since you can now set Content-Type, other
text/* content types are now valid.
app_confbridge
------------------
* ConfbridgeList now shows talking status. This utilizes the same voice
detection as the ConfbridgeTalking event, so bridges must be configured
with "talk_detection_events=yes" for this flag to have meaning.
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 15.3.0 to Asterisk 15.4.0 ------------
------------------------------------------------------------------------------