summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-02-05 11:49:14 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-02-05 11:49:15 -0600
commite541d9cf34ad32af697ca222191f60261e26a5c7 (patch)
tree2793a92d2223f372cbfb247aac0d2df37e601f50 /CHANGES
parent3b426a8b09c127941b29600271184583f2199a19 (diff)
parent7932336a3d1e09ee88b8416ebc1abbdb8692660a (diff)
Merge topic 'ASTERISK-20987'
* changes: app_confbridge: Add ability to get the muted conference state. app_confbridge.c: Update CONFBRIDGE and CONFBRIDGE_INFO documentation. app_confbridge: Make non-admin users join a muted conference muted.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 28bb7b8e0..5e4c42846 100644
--- a/CHANGES
+++ b/CHANGES
@@ -210,6 +210,17 @@ Queue
--- Functionality changes from Asterisk 13.7.0 to Asterisk 13.8.0 ------------
------------------------------------------------------------------------------
+app_confbridge
+------------------
+ * Added CONFBRIDGE_INFO(muted,) for querying the muted conference state.
+
+ * Added Muted header to AMI ConfbridgeListRooms action response list events
+ to indicate the muted conference state.
+
+ * Added Muted column to CLI "confbridge list" output to indicate the muted
+ conference state and made the locked column a yes/no value instead of a
+ locked/unlocked value.
+
res_pjproject
------------------
* This module is the successor of res_pjsip_log_forwarder. As well as
@@ -220,7 +231,6 @@ res_pjproject
res_pjsip
------------------
-
* Added new global option (regcontext) to pjsip. When set, Asterisk will
dynamically create and destroy a NoOp priority 1 extension
for a given endpoint who registers or unregisters with us.