[Home]

Summary:ASTERISK-03823: queue join_empty has wrong logic for 'strict' and 'yes' settings
Reporter:darkskiez (darkskiez)Labels:
Date Opened:2005-03-31 08:58:57.000-0600Date Closed:2008-01-15 15:29:32.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:around line 492 in app_queue.c it checks with the wrong logic for the strict settings so when join_empty is 'yes' it doesnt work, but when it is set to 'strict', it does, however the documentation says that should be the opposite/different behaviour.

Comments:By: Kevin P. Fleming (kpfleming) 2005-03-31 10:04:20.000-0600

Confirmed, will fix shortly.

By: Kevin P. Fleming (kpfleming) 2005-03-31 13:17:36.000-0600

Fixed in CVS, thanks!

By: Russell Bryant (russell) 2005-04-05 01:50:29

the "strict" stuff isn't in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:29:32.000-0600

Repository: asterisk
Revision: 5319

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r5319 | markster | 2008-01-15 15:29:31 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix strict mode for queues (bug ASTERISK-3823)

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

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