2071
MySQL storage and Qloaderd/Uniloader / Re: QM on Windows 2003
« on: March 05, 2009, 09:30:40 »
1. you have to change the qloaderd settings on the Asterisk box.
You need to create a configuration file under /etc/sysconfig/qloaderd that will look like the following one:
You usually only need to modify the PARTITION and maybe QUEUELOG entries.
2. It requires no manager connection, it's just trying to read the files locally. So you can either copy them or share them from the Linux box.
You need to create a configuration file under /etc/sysconfig/qloaderd that will look like the following one:
Code: [Select]
PARTITION=P001
QUEUELOG=/var/log/asterisk/queue_log
LOGFILE=/var/log/asterisk/qloaderd.log
LOCKFILE=/var/lock/subsys/qloaderd
PIDFILE=/var/run/qloaderd.pid
MYSQLHOST=myQMserver
MYSQLDB=queuemetrics
MYSQLUSER=queuemetrics
MYSQLPASS=javadude
You usually only need to modify the PARTITION and maybe QUEUELOG entries.
2. It requires no manager connection, it's just trying to read the files locally. So you can either copy them or share them from the Linux box.
