What third party programs are available for parsing the queue_log file and CDR file? I know about XC-AST, but management would prefer a php based solution. What have other admins done to retrieve detailed call information about the queue system? Anyone develop their own that they don't mind sharing? --johann
On Mon, 2005-05-23 at 10:29 -0500, Johann wrote:> What third party programs are available for parsing the queue_log file > and CDR file? I know about XC-AST, but management would prefer a php > based solution. > > What have other admins done to retrieve detailed call information about > the queue system? Anyone develop their own that they don't mind sharing?Sure, try this one: http://www.ekn.com/Logque.tar.gz -- respectfully, Joseph ==============---------------------= ********** =
I am in the process of doing mine now. It works ok here and there not 100% as of yet. But its written in PHP .o-------------------------------------------------------o. Brian Fertig -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Johann Sent: Monday, 23 May, 2005 11:30 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Programs to parse queue_log What third party programs are available for parsing the queue_log file and CDR file? I know about XC-AST, but management would prefer a php based solution. What have other admins done to retrieve detailed call information about the queue system? Anyone develop their own that they don't mind sharing? --johann _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users This email was scanned by: Mcafee GroupShield
Johann wrote:> What third party programs are available for parsing the queue_log file > and CDR file? I know about XC-AST, but management would prefer a php > based solution. > > What have other admins done to retrieve detailed call information about > the queue system? Anyone develop their own that they don't mind sharing? > > --johannJohann, What we do as our first step is to have a cron job run every night and export the queue_log file into an SQL table. From that point onwards it's relatively simple to come up with your own reports. You will have to read up the queuelog.txt file in the doc directory of the source code, it gives a lot of information about what each row in the queue_log file means. Flynn
Hey Johann! Just thought I would mention our upcoming 2.6 release of PhoneCALL. We already have routines in there that check system logs, and Asterisk logs. You can check it out at: http://www.vecsector.com/phonecall Click on the DEMO on the right-hand side. User/Pass: demo/demo Look on the bottom left-side under 'Logging', then 'Phone System'. I just added the 'Queue' section for you to see. :-) Enjoy! --Dustin Wildes Johann wrote:> What third party programs are available for parsing the queue_log file > and CDR file? I know about XC-AST, but management would prefer a php > based solution. > > What have other admins done to retrieve detailed call information > about the queue system? Anyone develop their own that they don't mind > sharing? > > --johann > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users