[Asterisk-Users] Queue_log field definitions

2004-03-30 Thread MIS
Title: Queue_log field definitions Can anyone tell me the field definitions for the queue_log file in the Asterisk log directory? 1080593958|1080593892.0|salesq|NONE|ABANDON|1|1|50

Re: [Asterisk-Users] Queue_log field definitions

2004-03-30 Thread Richard Lyman
MIS wrote: Can anyone tell me the field definitions for the queue_log file in the Asterisk log directory? 1080593958|1080593892.0|salesq|NONE|ABANDON|1|1|50 fprintf(qlog, %ld|%s|%s|%s|%s|, (long)time(NULL), callid, queuename, agent, event); ___