Displaying 1 result from an estimated 1 matches for "_cdr_analyzer".
2007 Aug 06
1
CDR/MySQL basic config
...;m trying to add
the Mysql config.
I've created a mysql database, added the grants for a user acces, and
can run a mysql -u asteriskcdruser -p and can connect to the database.
I've been using this as a guide:
http://www.757.org/~joat/wiki/index.php/Asterisk#Viewing_CDR_Data_with_A
sterisk:_CDR_Analyzer
I've created cdr_mysql.conf:
[global]
hostname=localhost
dbname=asteriskcdrdb
table=cdr
password=password
user=asteriskcdruser
port=3306
sock=/tmp/mysql.sock
userfield=1
But when I start asterisk (1.4 on my test machine), I get:
== Parsing '/etc/asterisk/cdr_mysql.conf': Found
[Au...