[asterisk-users] queue_log in MySQL database

James Lamanna jlamanna at gmail.com
Thu Jan 13 10:25:17 CST 2011


Hi Jonas,

On Thu, Jan 13, 2011 at 8:19 AM, Jonas Kellens <jonas.kellens at telenet.be> 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



More information about the asterisk-users mailing list