mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Record bridge channel unique id in "CONNECT" queue_log entry and the corresponding manager event. #6522 (nording) w/ documentation additions where appropriate
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24293 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -50,9 +50,12 @@ origposition.
|
||||
CONFIGRELOAD
|
||||
The configuration has been reloaded (e.g. with asterisk -rx reload)
|
||||
|
||||
CONNECT(holdtime)
|
||||
CONNECT(holdtime|bridgedchanneluniqueid)
|
||||
The caller was connected to an agent. Hold time represents the amount
|
||||
of time the caller was on hold.
|
||||
of time the caller was on hold. The bridged channel unique ID contains
|
||||
the unique ID of the queue member channel that is taking the call. This
|
||||
is useful when trying to link recording filenames to a particular
|
||||
call in the queue.
|
||||
|
||||
ENTERQUEUE(url|callerid)
|
||||
A call has entered the queue. URL (if specified) and Caller*ID are placed
|
||||
|
Reference in New Issue
Block a user