[Home]

Summary:ASTERISK-04524: [patch] inc abandons when the call leaves the queue from failure/issue.
Reporter:outtolunc (outtolunc)Labels:
Date Opened:2005-07-05 11:45:42Date Closed:2008-01-15 15:43:58.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.c.diff.txt
Description:inc abandons when the call leaves the queue from failure/issue. (these are for mods that had added log and QUEUESTATUS exits, but didn't inc the abandons)  

also, it shows (available) when the state is 0 to show when the agents are logged in.  seems someone added a if (mem->status) not too long ago that didn't allow for a 0 status to even show.

Comments:By: Kevin P. Fleming (kpfleming) 2005-07-05 15:11:48

Committted to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:39:54.000-0600

Repository: asterisk
Revision: 6027

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r6027 | kpfleming | 2008-01-15 15:39:53 -0600 (Tue, 15 Jan 2008) | 3 lines

ensure that abandoned calls are recorded that way (bug ASTERISK-4524)
show 'available' for member channels that are not known to be in some other state (bug ASTERISK-4524)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:43:58.000-0600

Repository: asterisk
Revision: 6299

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r6299 | markster | 2008-01-15 15:43:57 -0600 (Tue, 15 Jan 2008) | 2 lines

Don't record all calls as abandoned (bug ASTERISK-4459) (fixes damage inadvertently added by bug ASTERISK-4524)

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

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