mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@62462 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user