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