[Home]

Summary:ASTERISK-04864: [patch] counter in show functions
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-08-19 21:10:33Date Closed:2008-01-15 15:44:41.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) show_functions.txt
( 1) show_functions2.txt
Description:That patch just add the total of custom functions installed.

Exemple:
debian*CLI> show functions
Installed Custom Functions:
--------------------------------------------------------------------------------
CALLERID              CALLERID(datatype)                   Gets or sets Caller*ID data on the channel.
QUEUEAGENTCOUNT       QUEUEAGENTCOUNT(<queuename>)         Count number of agents answering a queue
IAXPEER               IAXPEER(<peername>[:item])           Gets IAX peer information
SIPPEER               SIPPEER(<peername>[:item])           Gets SIP peer information
SIP_HEADER            SIP_HEADER(<name>)                   Gets or sets the specified SIP header
5 custom functions installed.
debian*CLI>

Comments:By: Olle Johansson (oej) 2005-08-21 10:37:54

Missing space before argument on last print statement.

By: Clod Patry (junky) 2005-08-21 11:07:46

Space added for oej on show_functions2.txt.

By: Kevin P. Fleming (kpfleming) 2005-08-22 14:45:21

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:44:41.000-0600

Repository: asterisk
Revision: 6351

U   trunk/pbx.c

------------------------------------------------------------------------
r6351 | kpfleming | 2008-01-15 15:44:41 -0600 (Tue, 15 Jan 2008) | 2 lines

add count to 'show functions' CLI command (issue ASTERISK-4864)

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

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