aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-30 16:46:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-30 16:46:49 +0000
commitee91a916f3c21ca838c1101b4205ab36b340d90a (patch)
treedb6d6e873dafedc43b00042b3ff85740942c5c9f /doc
parent3d2428efd418ec960c90725ad9588056ace5ec5c (diff)
This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUT
entries in the queue log. (issue #7561, reported and originally patched by fkasumovic, patch slightly modified and updated to trunk by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62462 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/queuelog.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/queuelog.tex b/doc/queuelog.tex
index 79d9ff532..dd2047af6 100644
--- a/doc/queuelog.tex
+++ b/doc/queuelog.tex
@@ -66,12 +66,15 @@ queue when they hungup, the origposition is the original position the
caller was when they first entered the queue, and the waittime is how
long the call had been waiting in the queue at the time of disconnect.
-EXITWITHKEY(key|position)
+EXITWITHKEY(key|position|origposition|waittime)
The caller elected to use a menu key to exit the queue. The key and
-the caller's position in the queue are recorded.
+the caller's position in the queue are recorded. The caller's entry
+position and amoutn of time waited is also recorded.
-EXITWITHTIMEOUT(position)
-The caller was on hold too long and the timeout expired.
+EXITWITHTIMEOUT(position|origposition|waittime)
+The caller was on hold too long and the timeout expired. The position in the
+queue when the timeout occurred, the entry position, and the amount of time
+waited are logged.
QUEUESTART
The queueing system has been started for the first time this session.