Hi Jonas, On Thu, Jan 13, 2011 at 8:19 AM, Jonas Kellens <[email protected]> wrote: > Hello, > > can /var/log/messages/queue_log be saved in a MySQL database ?? > > So it would be easier to work with...
I don't think Asterisk has this support built-in...maybe 1.8 does? However, what I do to manage queue_log is I have a small daemon that I have written in Python that watches the queue_log file, parses each incoming line, and stores it in a MySQL table. -- James -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
