summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2009-02-13 20:57:37 +0000
committerMark Michelson <mmichelson@digium.com>2009-02-13 20:57:37 +0000
commit3c9667ae121d23fe6efe01543bcdadeb4fc09eff (patch)
tree232367bdf7a54921a695f0637fb1fc11181feb88 /doc
parentb5bde28d9f95086930d1a218cd26079fb17c54f8 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 2089e0253..03d10a470 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -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
------------