Merge queue-reset branch to Asterisk

From a user point-of-view, this adds new CLI commands and Manager Actions to
better facilitate the reloading of queues and the resetting of their statistics.

The new CLI commands are the "queue reload" and "queue reset stats" commands.

The new manager actions are the QueueReload and QueueReset commands.

Review: http://reviewboard.digium.com/r/115



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@175663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2009-02-13 20:57:37 +00:00
parent b5bde28d9f
commit 3c9667ae12
3 changed files with 553 additions and 229 deletions

View File

@@ -202,6 +202,23 @@ Changes to manager version 1.1:
Variables:
ActionId: <id> Action ID for this transaction. Will be returned.
- Action: QueueReload
Modules: app_queue
Purpose:
To reload queue rules, a queue's members, a queue's parameters, or all of the aforementioned
Variable:
Queuename: <name> The name of the queue to take action on. If no queue name is specified, then all queues are affected
Rules: <yes or no> Whether to reload queue_rules.conf
Members: <yes or no> Whether to reload the queue's members
Parameters: <yes or no> Whether to reload the other queue options
- Action: QueueReset
Modules: app_queue
Purpose:
Reset the statistics for a queue
Variables:
Queuename: <name> The name of the queue on which to reset statistics
* NEW EVENTS
------------