aboutsummaryrefslogtreecommitdiffstats
path: root/doc/queuelog.txt
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-03 20:47:34 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-03 20:47:34 +0000
commitdd52744c5fa62937c42748b7ce150a7c2469174d (patch)
tree93dc842a15db03671654d45fbe918e21aab6b308 /doc/queuelog.txt
parent0e6d1249c7504472d304c90f81320ec071655d0c (diff)
Make sure that callers kicked from queue because of joinempty and leavewhenempty have an event logged with regard to the reason for their departure. #6559 (Corydon76)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24566 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/queuelog.txt')
-rw-r--r--doc/queuelog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/queuelog.txt b/doc/queuelog.txt
index aa6365e36..fa8cb48e8 100644
--- a/doc/queuelog.txt
+++ b/doc/queuelog.txt
@@ -61,6 +61,14 @@ ENTERQUEUE(url|callerid)
A call has entered the queue. URL (if specified) and Caller*ID are placed
in the log.
+EXITEMPTY(position|origposition|waittime)
+The caller was exited from the queue forcefully because the queue had no
+reachable members and it's configured to do that to callers when there
+are no reachable members. The position is the caller's position in the
+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)
The caller elected to use a menu key to exit the queue. The key and
the caller's position in the queue are recorded.