aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-13 20:57:37 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-13 20:57:37 +0000
commit4b80f3ced3a0f61d49d432d8455412577c118683 (patch)
tree232367bdf7a54921a695f0637fb1fc11181feb88 /doc
parenteca3b22df7ed7b7ce659aa586d1f52d31f736122 (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: http://svn.digium.com/svn/asterisk/trunk@175663 f38db490-d61c-443f-a65b-d21fe96a405b
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
------------