Web or Mysql cdr with 18.4 version

Hello,
I am using Centos 8 and 18.4 asterisk.
I want web/mysql detailed cdr in lieu of text cdr.

I configured cdr_mysql.conf
[global]
hostname=localhost
dbname=asterisk
table=cdr
password=xxxxxx
user=root
port=3306
sock=/tmp/mysql.sock

I have made cdr table database asterisk in mysql database.
but I don’t found “module reload cdr_mysql.so”
pls guide.

MySql via ODBC might be a better choice, but you should explain how you installed Asterisk.

I have installed asterisk normally procedure and well working.
make
make install
and so on.

You should try rebuild asterisk with option cdr_mysql

I tried already but option cdr_mysql in not showing/available by default in 18.4 (make menuselect)

My need is good detailed web based cdr to understand/record purpose.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.