summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-07-16 22:33:27 +0000
committerMatthew Jordan <mjordan@digium.com>2013-07-16 22:33:27 +0000
commit19d8f8c8e4be5c14427e60771202f7bb61b4b91e (patch)
treec3db4f07aa3b4468ea3a605b36d87cb57cb9fbcd /CHANGES
parent16233478175bbe0515c33215d3585d521fd6ea55 (diff)
Add 'kick all' capability to ConfBridge CLI command
This patch adds the ability to kick all users out of a conference from the ConfBridge kick CLI command. It is invoked by passing 'all' as the channel parameter to the CLI command, i.e., "confbridge kick <conf> all". Note that this patch was modified slightly to conform to trunk. (closes issue ASTERISK-21827) Reported by: dorianlogan patches: kickall-patch_v2.diff uploaded by dorianlogan (License 6504) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394531 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1dfd5f41..56389dc81 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,12 @@ AgentMonitorOutgoing
* Application removed. It was a holdover from when AgentCallbackLogin was
removed.
+ConfBridge
+------------------
+ * All participants in a bridge can now be kicked out of a conference room
+ by specifying the channel parameter as 'all' in the ConfBridge kick CLI
+ command, i.e., "confbridge kick <conference> all"
+
ForkCDR
------------------
* ForkCDR no longer automatically resets the forked CDR. See the 'r' option