Summary: | ASTERISK-23274: [patch] Manager action QueueStatus doesn't show recent realtime changes | ||
Reporter: | Vladimir Astafiev (vldmr) | Labels: | patch |
Date Opened: | 2014-02-11 05:24:05.000-0600 | Date Closed: | |
Priority: | Minor | Regression? | |
Status: | Open/New | Components: | Applications/app_queue |
Versions: | 11.7.0 13.18.4 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Attachments: | ( 0) 23274-jira-asterisk.patch | |
Description: | Recent changes in realtime (adding or removing realtime queues or members) doesn't displayed in QueueStatus and QueueSummary actions output. This actions show information only about queues in in-core container. | ||
Comments: | By: Vladimir Astafiev (vldmr) 2014-02-11 05:27:47.022-0600 I use code from function __queues_show() and add it with small changes to manager_queues_status() and manager_queues_summary() |