[Home]

Summary:ASTERISK-10983: [patch] Add manager action 'CoreShowChannels'
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-12-05 12:44:11.000-0600Date Closed:2007-12-06 04:25:09.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) manager.c.patch
Description:Add new manager action 'CoreShowChannels' to "replace" the deprecated 'core show channels concise'


****** ADDITIONAL INFORMATION ******

This is only the first step, then it should be great to create a script to run a manager command and get the result in a simple way to parse it.
Comments:By: Eliel Sardanons (eliel) 2007-12-05 12:46:45.000-0600

I show the same information that is showing the 'core show channels verbose' command.

By: Olle Johansson (oej) 2007-12-06 04:07:28.000-0600

Ok, this is a good start. When adding new manager commands, we should stop inventing new headers and try to stick to existing syntax. I'll try to clear this up a bit.

By: Digium Subversion (svnbot) 2007-12-06 04:25:09.000-0600

Repository: asterisk
Revision: 91347

U   trunk/CHANGES
U   trunk/main/manager.c

------------------------------------------------------------------------
r91347 | oej | 2007-12-06 04:25:07 -0600 (Thu, 06 Dec 2007) | 10 lines

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 ASTERISK-10983)
Reported by: eliel
Patches:
     manager.c.patch uploaded by eliel (license 64)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=91347