[Home]

Summary:ASTERISK-03034: [PATCH] compute the caller's timeout only once
Reporter:Kevin P. Fleming (kpfleming)Labels:
Date Opened:2004-12-19 00:10:01.000-0600Date Closed:2008-01-15 15:17:14.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue_compute_timeout_once_rev1.diff
Description:Instead doing the math to see how much time has elapsed every second for every caller, instead just compute the time at which they will "expire" when they enter the queue, and compare to that.

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

Disclaimer is on file.
Comments:By: Mark Spencer (markster) 2004-12-19 16:25:30.000-0600

Added to CVS with mods.

By: Russell Bryant (russell) 2004-12-21 15:20:36.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:17:14.000-0600

Repository: asterisk
Revision: 4490

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r4490 | markster | 2008-01-15 15:17:13 -0600 (Tue, 15 Jan 2008) | 2 lines

Compute queue caller's timeout just once (bug ASTERISK-3034, with mods)

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

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