CDR is not working in Freepbx 12 Ubuntu

I installed FreePBX 12 on Ubuntu 14.04. When I try to run the CDR report, nothing is reported.

I ran CLI: cdr show status and got the following:
Call Detail Record (CDR) settings

Logging: Enabled
Mode: Simple
Log unanswered calls: No
Log congestion: No

  • Registered Backends

    csv
    cdr-custom
    Adaptive ODBC

I ran CLI: module show like cdr and got the following:
Module Description Use Count Status
app_cdr.so Tell Asterisk to not maintain a CDR for 0 Running
app_forkcdr.so Fork The CDR into 2 separate entities 0 Running
cdr_adaptive_odbc.so Adaptive ODBC CDR backend 0 Running
cdr_csv.so Comma Separated Values CDR Backend 0 Running
cdr_custom.so Customizable Comma Separated Values CDR 0 Running
cdr_manager.so Asterisk Manager Interface CDR Backend 0 Not Running
cdr_odbc.so ODBC CDR Backend 0 Not Running
cdr_sqlite3_custom.so SQLite3 Custom CDR Module 0 Not Running
cdr_syslog.so Customizable syslog CDR Backend 0 Not Running
func_cdr.so Call Detail Record (CDR) dialplan functi 0 Running

First check for an errors while loading the module in asterisk CLI first

module unload cdr_adaptive_odbc.so
module load cdr_adaptive_odbc.so

these files all need to be properly setup:-

/etc/odbcinst.ini
/etc/odbc.ini
/etc/asterisk/res_odbc*.conf
/etc/asterisk/cdr_adaptive_odbc.conf

I got the following after running module load cdr_adaptive_odbc.so:
WARNING[8665]: cdr_adaptive_odbc.c:112 load_config: Unable to load cdr_adaptive_odbc.conf. No adaptive ODBC CDRs.

http://www.asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/database_storing-cdr.html