CDR Call Log not working for mysql | FreePBX

Hi!

I really don’t have idea why the call logs works perfect on asterisk, but in MYSQL doesn’t…

/var/log/asterisk/cdr-csv <— IS OK! :smiley:

/etc/asterisk/cdr_mysql.conf
[global]
hostname = localhost
dbname=asteriskcdrdb
password = pass
user = asteriskuser
userfield=1
port=3306
sock=/var/run/mysqld/mysqld.sock
(This is OK??)

The permissions for MYSQL are ok…

sudo echo “GRANT ALL PRIVILEGES ON asteriskcdrdb.* TO asteriskuser@localhost IDENTIFIED BY ‘pass’;” | mysql -u root

Thanks in advance.

Any idea?

I was looking for all the internet… I found a few users that happen the same thing, but no answers…

Please!

Thanks!

I did a fresh install of freepbx 2.4.1 and asterisk 1.4.21.2 but the cdr reports are not working

can anyone help with this?