August 2007
Intermediate to advanced
608 pages
20h 33m
English
QueueLog() — Writes arbitrary queue events to the queue log
QueueLog(queuename,uniqueid,member,event[,additionalinfo])
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)