From: Mark Michelson Date: Thu, 27 Dec 2007 17:18:39 +0000 (+0000) Subject: Adding documentation for new manager actions and events in app_queue X-Git-Tag: 1.6.0-beta1~3^2~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d89dc11aea68f193dd6a5b09370ade560a48b53;p=thirdparty%2Fasterisk.git Adding documentation for new manager actions and events in app_queue git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94903 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt index 3a4b2d9b4d..5d5324eaed 100644 --- a/doc/manager_1_1.txt +++ b/doc/manager_1_1.txt @@ -141,6 +141,35 @@ Changes to manager version 1.1: Asterisk) and module not found. Also, check if other manager actions behave that way. +- Action: QueueSummary + Modules: app_queue + Purpose: + To request that the manager send a QueueSummary event (see the NEW EVENTS + section for more details). + Variables: + ActionID: Action ID for this transaction. Will be returned. + Queue: Queue for which the summary is desired + +- Action: QueuePenalty + Modules: app_queue + Purpose: + To change the penalty of a queue member from AMI + Variables: + Interface: The interface of the member whose penalty you wish to change + Penalty: The new penalty for the member. Must be nonnegative. + Queue: If specified, only set the penalty for the member for this queue; + Otherwise, set the penalty for the member in all queues to which + he belongs. + +- Action: QueueRule + Modules: app_queue + Purpose: + To list queue rules defined in queuerules.conf + Variables: + Rule: The name of the rule whose contents you wish to list. If this variable + is not present, all rules in queuerules.conf will be listed. + + * NEW EVENTS ------------ @@ -233,6 +262,20 @@ Changes to manager version 1.1: ModuleLoadStatus: Done ModuleSelection: All ModuleCount: 24 + +- Event: QueueSummary + Modules: app_queue + Purpose: To report a summary of queue information. This event is generated by + issuing a QueueSummary AMI action. + Example: + Event: QueueSummary + Queue: Sales + LoggedIn: 12 + Available: 5 + Callers: 10 + HoldTime: 47 + If an actionID was specified for the QueueSummary action, it will be appended as the + last line of the QueueSummary event. * TODO