[Home]

Summary:ASTERISK-03930: [patch] count parked calls
Reporter:Clod Patry (junky)Labels:
Date Opened:2005-04-13 11:47:42Date Closed:2008-01-15 15:31:56.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) count_parkedcalls_rev2.diff.txt
( 1) count_parkedcalls.diff.txt
Description:That patch just add the total of parked call when doing show parkedcalls.
exemple:
asterisk*CLI> show parkedcalls
Num                   Channel (Context         Extension    Pri ) Timeout
702              SIP/100-9dba (default         02           1   )   7118s
1 parked call(s).

That could be useful when having like 7-8 calls parked.


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

Disclaimer on patch.
Comments:By: Kevin P. Fleming (kpfleming) 2005-04-13 11:55:43

Exactly what makes this a "crash" bug?

By: Russell Bryant (russell) 2005-04-13 12:00:48

That int should be at the beginning of a code block.

(Kevin, I think I'm reading the patch correctly this time. :) )

By: Clod Patry (junky) 2005-04-13 19:24:28

rev2 is for drumkilla request, with int declaration at the right place.

By: Russell Bryant (russell) 2005-04-13 20:52:00

looks good now :)

By: Kevin P. Fleming (kpfleming) 2005-04-20 11:37:23

Committed to CVS, thanks!

By: Russell Bryant (russell) 2005-05-11 21:44:56

not included in 1.0 since it is a new feature

By: Digium Subversion (svnbot) 2008-01-15 15:31:56.000-0600

Repository: asterisk
Revision: 5488

U   trunk/res/res_features.c

------------------------------------------------------------------------
r5488 | kpfleming | 2008-01-15 15:31:56 -0600 (Tue, 15 Jan 2008) | 2 lines

add count of parked calls to 'show parkedcalls' (bug ASTERISK-3930)

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

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