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