In the QM manual, a queue logon context is described that uses the following line to echo an event to the queue_log file:
exten => _422XX,3,System( echo "${EPOCH}|${UNIQUEID}|NONE|SIP/${EXTEN:3}|\AGENTLOGIN|-" >> /var/log/asterisk/queue_log )
Now, how would I accomplish the same thing with the built-in realtime queue_log in Asterisk 1.6+?
Many thanks,
Tom