[asterisk-bugs] [Asterisk 0011148]: I need the uniqueid to show un core show channels concise

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Nov 2 16:24:10 CDT 2007


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=11148 
====================================================================== 
Reported By:                falves11
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   11148
Category:                   Core-General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 88197 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-02-2007 12:45 CDT
Last Modified:              11-02-2007 16:24 CDT
====================================================================== 
Summary:                    I need the uniqueid to show un core show channels
concise
Description: 
I use "core show channels concise" to reconcile the calls that asterisk has
really open with the calls open in the database, but to do that I need that
the CLI command "core show channels " shows the uniqueid. In the case of
the concise version, the single change should be to replace the first line
for the second, but the real change to would be to add the unique as the
first field to both versions of the "core show channels"

 ast_cli(fd, CONCISE_FORMAT_STRING, c->name, c->context, c->exten,
c-priority, ast_state2str(c->_state)
 ast_cli(fd, CONCISE_FORMAT_STRING, c->uniqueid, c->context, c->exten,
c-priority, ast_state2str(c->_state)

====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 11-02-07 16:24  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 88370

U   trunk/main/cli.c

------------------------------------------------------------------------
r88370 | russell | 2007-11-02 16:24:07 -0500 (Fri, 02 Nov 2007) | 3 lines

Show the channel unique ID in the "show channel concise" output
(closes issue http://bugs.digium.com/view.php?id=11148, requested by falves11,
patched by me)

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-02-07 16:24  svnbot         Checkin                                      
11-02-07 16:24  svnbot         Note Added: 0073024                          
11-02-07 16:24  svnbot         Status                   new => assigned     
11-02-07 16:24  svnbot         Assigned To               => russell         
======================================================================




More information about the asterisk-bugs mailing list