summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-12-06 10:27:54 +0000
committerOlle Johansson <oej@edvina.net>2007-12-06 10:27:54 +0000
commit5af2cf109ebf7e8dcfd96b50107d4c0318059342 (patch)
treef714435e4302a35ac36f720d60d76856d84575f9 /CHANGES
parent3faa47ab5b0e3fb90234b2bf589bacea54c35237 (diff)
Add manager command for showing all current channels.
Thanks, eliel, for writing the original patch. Modified by me to follow other manager events and the new "moremanager" style. (closes issue #11478) Reported by: eliel Patches: manager.c.patch uploaded by eliel (license 64) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@91347 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 3380c62cc..5aac0bdab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,8 @@
AMI - The manager (TCP/TLS/HTTP)
--------------------------------
+ * Added a new action 'CoreShowChannels' to list currently defined channels
+ and some information about them.
* Added a new action 'SIPshowregistry' to list SIP registrations.
* Added TLS support for the manager interface and HTTP server
* Added the URI redirect option for the built-in HTTP server