[Home]

Summary:ASTERISK-09616: [patch] Persistent queues with Realtime
Reporter:Atis Lezdins (atis)Labels:
Date Opened:2007-06-07 12:44:09Date Closed:2007-07-11 19:59:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) realtime_persistent_queue-1.4.4.patch
( 1) realtime_persistent_queue-trunk.patch
Description:Persistent queues aren't working with Realtime. That's because queues from realtime are loaded only on agent login or call. This patch tries to search for queue in realtime, when it can not find it in static queues.

Improved log output for loading persistent queues - gives warning when non-existing queue is deleted from database.

Also removed leading backslash from database family name for persistent agents and queues. It is automatically added, leaving it makes two backslashes in database.
Comments:By: Atis Lezdins (atis) 2007-06-07 12:46:04

Also added patch for current trunk (revision 68137), but i couldn't compile (some errors in chan_misdn).

By: Jason Parker (jparker) 2007-06-07 12:54:38

You will need a license agreement on file with Digium before a developer can look at your patches.  Please see http://asterisk.org/developers/bug-guidelines - specifically the section "The License Agreement (disclaimer)"

By: Atis Lezdins (atis) 2007-06-07 13:35:23

Ok, i just faxed agreement to +1-256-864-0464.

P.S. You should change the link on Report Issue page, as it leads to http://www.digium.com/bugguidelines.html (and there's some agreement that seems weird to me)

By: Jason Parker (jparker) 2007-06-07 13:44:14

Thanks.

The bug-guidelines link has been updated on our new install, and will be fixed when we switch over to the upgraded version.

By: Russell Bryant (russell) 2007-06-07 16:17:44

This patch has been added to 1.4 and trunk in revisions 68280 and 68284.  Thank you!