Name

QueueLog() — Writes arbitrary queue events to the queue log

Synopsis

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)

See Also

Queue()

Get Asterisk: The Future of Telephony, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.