[Home]

Summary:ASTERISK-07214: [patch] Realtime queue members not added
Reporter:Curt Moore (jcmoore)Labels:
Date Opened:2006-06-21 11:50:29Date Closed:2006-06-21 13:40:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.patch.txt
Description:find_queue_by_name_rt has a bug where it does not correctly set the value of the interface variable during the while loop which adds realtime queue members to the queue.  The attached patch resolves this issue.

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

An endless loop was created because the member trying to be added to the list of queue members was never added. This was due to the fact that the interface variable was never set to a valid interface but instead was always set to NULL.  Likely this was a result of the cleanup of code from the 1.2 branch.
Comments:By: Joshua C. Colp (jcolp) 2006-06-21 13:40:23

Fixed in trunk as of revision 35311, thanks and have a great day!