aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-03 22:13:24 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-03 22:13:24 +0000
commit9f7bd15fc596afc1df01236e1ada1d248d367eeb (patch)
tree017b2f2f82976de3e0172266b0c778f7324e4ead /CHANGES
parentc127abd68bf50d23122510c6713513a84a62ffdd (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: http://svn.digium.com/svn/asterisk/trunk@260757 f38db490-d61c-443f-a65b-d21fe96a405b
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
----------------------------------