aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-03 17:33:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-03 17:33:35 +0000
commitd57f7b5e2478c31c60720564cc081b1a7fa95064 (patch)
tree0cb21436d19cd02dcaa9d4f64c93c312468ceceb /doc
parent2e4c989ffbc30df37332dca3092182b0f3156b38 (diff)
Merge agent callback login/logoff events and logging (bug #1775)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3139 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/queuelog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/queuelog.txt b/doc/queuelog.txt
index 85da484c3..a11812eef 100755
--- a/doc/queuelog.txt
+++ b/doc/queuelog.txt
@@ -22,10 +22,18 @@ The agent dumped the caller while listening to the queue announcement.
AGENTLOGIN(channel)
The agent logged in. The channel is recorded.
+AGENTCALLBACKLOGIN(exten@context)
+The callback agent logged in. The login extension and context is recorded.
+
AGENTLOGOFF(channel|logintime)
The agent logged off. The channel is recorded, along with the total time
the agent was logged in.
+AGENTCALLBACKLOGOFF(exten@context|logintime|reason)
+The callback agent logged off. The last login extension and context is
+recorded, along with the total time the agent was logged in, and the
+reason for the logoff if it was not a normal logoff (e.g., Autologoff)
+
COMPLETEAGENT(holdtime|calltime|origposition)
The caller was connected to an agent, and the call was terminated normally
by the *agent*. The caller's hold time and the length of the call are both