aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-21 20:27:45 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-21 20:27:45 +0000
commitcc2d2ea9261ade9ab2ab79887a6de791262b3c9f (patch)
treecb4e91674eb3e22eacceb4477196f29b82002a64 /doc
parentdb00af8d48447cf1a9bd8c1de13912a8c12902c5 (diff)
Add a new manager event, AgentRingNoAnswer to
app_queue. (closes issue #12591) Reported by: CCHAsteria Patches: app_queue_RNA_event.diff uploaded by CCHAsteria (license 477) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@117625 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/manager_1_1.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index 13dee6647..3d0440f0a 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -294,7 +294,18 @@ Changes to manager version 1.1:
HoldTime: 47
If an actionID was specified for the QueueSummary action, it will be appended as the
last line of the QueueSummary event.
-
+
+- Event: AgentRingNoAnswer
+ Modules: app_queue
+ Purpose: Reports when a queue member was rung but there was no answer.
+ Example:
+ Event: AgentRingNoAnswer
+ Queue: Support
+ Uniqueid: 1177530895.2
+ Channel: SIP/1000-53aee458
+ Member: SIP/1000
+ MemberName: Thaddeus McClintock
+ Ringtime: 10
* TODO
------