summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2010-05-03 22:13:24 +0000
committerJeff Peeler <jpeeler@digium.com>2010-05-03 22:13:24 +0000
commit8ddd92f82358796f18ee7ce4ea89ccc774fde9b9 (patch)
tree017b2f2f82976de3e0172266b0c778f7324e4ead /CHANGES
parent624c2449ff2fe22436c463056c826aee59086281 (diff)
Add new admin features to meetme: Roll call, eject all, mute all, record in-conf
This patch adds the following in-conference admin DTMF features: *81 - Roll call (or simply user count if INTROUSER isn't enabled) *82 - Eject all non-admins *83 - Mute/unmute all non-admins *84 - Start recording the conference on the fly FWIW, this code uses newly recorded prompts. (closes issue #16379) Reported by: rfinnie Patches: meetme-enhancements-232771-v1.patch uploaded by rfinnie (license 940) modified slightly by me git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@260757 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 511e702ba..d1bc024c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1276,6 +1276,8 @@ MeetMe Changes
conference when there is only one member and the M option is used.
* Added MEETME_INFO dialplan function which provides a way to query
various properties of a Meetme conference.
+ * Added new admin features: *81: Roll call, *82: eject all, *83: mute all,
+ and *84: record in-conf
Other Dialplan Application Changes
----------------------------------