On Mon, Jan 5, 2009 at 10:12 PM, David fire <[email protected]> wrote: > > if you don't know any parser maybe you can send me a link or a pdf whit info > on how to parse the log. >
...check queuelog.txt under the doc/ directory on the asterisk source distribution (apparently, under 1.6 it is queuelog.tex... no more txt ?!) Format for each entry is along the lines of <timestamp> | <uniquecallid> | <queuename> | <event-data-as-per-queuelog.txt> ...timestamp is in seconds since the epoch (as obtained with: date +"%s"). Also, check the wiki + TFOT... Both should be more than good enough starting points. Of course, this can also be useful: http://tinyurl.com/9k8r97 Good luck, :-) -- exvito _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
