nano /etc/asterisk/cdr_adaptive_odbc.conf[adaptive_connection]connection=asteriskcdrdbtable=cdralias start => calldate
Modified the /etc/odbc.ini to reflect [MySQL-asteriskcdrdb]Description=MySQL connection to 'asterisk' databasedriver=MySQLserver=localhostdatabase=asteriskcdrdbusername=freepbx (user name and password from /etc/freepbx.conf)password=fpbxPort=3306Socket=/var/lib/mysql/mysql.sockoption=3
module reload res_odbc.so
module reload cdr_adaptive_odbc.so
restart Asterisk
You can run below commands to confirm CDR, MySQL and ODBC connections:cdr show statusmodule show cdrmodule show mysqlodbc s...