[asterisk-users] queue log in mysql

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Sun Jan 4 15:53:35 CST 2009


On Sunday 04 January 2009 14:42:50 David fire wrote:
> i cant find any how to store the queue log in mysql instead of file.
> any one can send me a link or a pdf? in voip info i found how to setup a
> realtime queue but not to store the log in mysql.

The realtime family (in extconfig.conf) is called "queue_log".  The table
must contain the following fields:
time integer
callid char(23)
queuename char(80)
agent char(80)
event char(30)
data char(255)

Storage of realtime data for queue_log is only available for version 1.6.0 and
higher.

-- 
Tilghman



More information about the asterisk-users mailing list