QueueLog()

Writes an entry to the queue log.

        
          QueueLog(queue,uniqueID,agent,event[,additionalInfo])
        
      

Writes an entry to the queue log (usually /var/log/asterisk/queue_log). Lets you define custom events. See ??? for a more complete explanation.

QueueLog(support,${UNIQUEID},${AGENT},LUNCH,Bon appetit)
[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'QueueLog' =- 

[Synopsis]
Writes to the queue_log

[Description]
   QueueLog(queuename|uniqueid|agent|event[|additionalinfo]):
Allows you to write your own events into the queue log
Example: QueueLog(101|${UNIQUEID}|${AGENT}|WENTONBREAK|600)

diff output to internal help in Asterisk 1.2: 

-- not available in Version 1.2 --

See also. the section called “Queue(), ???