aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-06 10:27:54 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-06 10:27:54 +0000
commit9a8656473058d86e6d3e23ae92a6a586b824a692 (patch)
treef714435e4302a35ac36f720d60d76856d84575f9 /CHANGES
parent1b34ebf2749c64570441c597ab127058d3119924 (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: http://svn.digium.com/svn/asterisk/trunk@91347 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 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