QueueLog() — Writes arbitrary queue events to the queue log
Writes an arbitrary queue event to the queue log. The
queuename
parameter specifies the name of the
queue. The uniqueid
parameter specifies the
unique identifier for the channel. The member
parameter specifies which queue member the event pertains to. The
event
and
additionalinfo
parameters may be set to
arbitrary data, as needed.
; Write an arbitary event to the queue log
exten => 123,1,QueueLog(myqueue,${UNIQUEID},Agent/123,MyTestEvent)