summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2011-02-09 22:48:02 +0000
committerJeff Peeler <jpeeler@digium.com>2011-02-09 22:48:02 +0000
commit8f7982f280e78491624b88b9dcf37af8b5e3fb57 (patch)
treeb78672e88248895664d063487697fa55827985c6 /CHANGES
parent0703a9a32192cf2bc29f3dd4831c54e2ab2751a0 (diff)
Add new manager action MeetmeListRooms.
From the submitter: I've added a new manager action to list only the active conferences on an Asterisk system. It shows the same data displayed when you run a 'meetme list' on the Asterisk CLI. (closes issue #17905) Reported by: rcasas Patches: app_meetme.c.patch uploaded by rcasas (license 641) Review: https://reviewboard.asterisk.org/r/874/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@307359 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 a5aa0f0c6..1f7552c79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,8 @@ Asterisk Manager Interface
* PeerStatus now includes Address and Port.
* Added Hold events for when the remote party puts the call on and off hold
for chan_dahdi ISDN channels.
+ * Added new action MeetmeListRooms to list active conferences (shows same
+ data as "meetme list" at the CLI).
Asterisk HTTP Server
--------------------------