Hello!
I have CDR logging configured to write to MySQL using ODBC.
If cdr_mysql module is not loaded there is no logging. It’s really simple to check:
module unload cdr_mysql
No logging
module load cdr_mysql.so
Logging ok
Asterisk version: 11.17.1
> odbc show all
ODBC DSN Settings
-----------------
Name: asteriskcdrdb
DSN: MySQL-asteriskcdrdb
Last connection attempt: 1970-01-01 03:00:00
Pooled: No
Connected: Yes
BTW, why last connection attempt is so old?