Summary: | ASTERISK-06553: When using realtime configuration of queues, queue configuration does reflect changes in the database | ||
Reporter: | David J Craigon (superdjc) | Labels: | |
Date Opened: | 2006-03-15 08:38:30.000-0600 | Date Closed: | 2006-03-17 03:16:42.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/Configuration |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | I am using realtime configuration of queues. In the latest SVN checkout of branch-1.2, changes in the queue member table is not reflected in the queue configuration in asterisk once asterisk is running. Previously you had to ring the queue before changes were updated, but now changes are never updated no matter what. A restart of the asterisk software applys the configuration changes. | ||
Comments: | By: David J Craigon (superdjc) 2006-03-15 08:40:39.000-0600 Forgot to say- I'm using MySQL Realtime with MySQL version 5. By: Olle Johansson (oej) 2006-03-17 03:15:53.000-0600 This was fixed in the 1.2 branch in revision 12925. Check http://svn.digium.com/view/asterisk/branches/1.2/apps/app_queue.c?rev=12925&view=log Thanks. /O By: Olle Johansson (oej) 2006-03-17 03:16:25.000-0600 Fixed by patch in another bug report. |