mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
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:
6
CHANGES
6
CHANGES
@@ -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 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user