[asterisk-users] mysql CDRs in web based tool

adamk at 3a.hu adamk at 3a.hu
Thu Sep 26 06:48:05 CDT 2013


> but i do not know how to interface the CDRs.
> has anyone used this tool or any other similar tool?
>

how about something like this:

pbx at pbx:~$ grep -v "^;" /etc/asterisk/cdr_mysql.conf
[global]
hostname=localhost
dbname=dbname
table=tablename
password=password
user=username
port=3306
sock=/tmp/mysql.sock
timezone=CET ; Previously called usegmtime
[columns]
alias start => calldate

pbx at pbx:~$



More information about the asterisk-users mailing list