Cdr report is empty

Hello. After update I have
PBX Firmware: 3.211.63-6
asterisk 11.4.0.

Module version:
CDR report: 2.11.0.2

In Admin panel of FreePbx-> reports-> CDR rerports I can’t see any entries. In CLI Asterisk:

*CLI> cdr mysql status
Connected to asteriskcdrdb on socket file default using table cdr for 10 minutes, 22 seconds.
Wrote 17 records since last restart and 4 records since last reconnect.

*CLI> cdr show status

Call Detail Record (CDR) settings

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

  • Registered Backends

    mysql
    csv
    cdr-custom
    Adaptive ODBC
    radius

In mysql DB:

mysql> SELECT * FROM cdr ORDER BY calldate DESC LIMIT 10;
±--------------------±--------------------------±-----------±--------------±-------------
—±-----------------------±------------------------±-----------±-------------------------
-------------------±---------±--------±------------±---------±------------±-------------
-±----------±----------------±--------------------------------------------------------+
| calldate | clid | src | dst | dcontext
| channel | dstchannel | lastapp | lastdata
| duration | billsec | disposition | amaflags | accountcode | uniqueid
| userfield | did | recordingfile |
±--------------------±--------------------------±-----------±--------------±-------------
—±-----------------------±------------------------±-----------±-------------------------
-------------------±---------±--------±------------±---------±------------±-------------
-±----------±----------------±--------------------------------------------------------+
| 2013-08-05 13:52:20 | “ata186 line1” <100> | 100 | 0935508787 | from-internal
| SIP/100-00000025 | Dongle/Life1-0100000003 | Congestion | 20
| 48 | 0 | FAILED | 3 | | 1375699940.49
| | | out-0935508787-100-20130805-135220-1375699940.49.wav |
| 2013-08-05 13:44:34 | “ata186 line1” <100> | 100 | 0633862610 | from-internal
| SIP/100-00000024 | Dongle/Life1-0100000002 | Dial | dongle/i:xxxxxxxxxxx/
0633862610,300, | 45 | 27 | ANSWERED | 3 | | 1375699474.47
| | | out-0633862610-100-20130805-134434-1375699474.47.wav |
| 2013-08-05 13:44:08 | “ata186 line1” <100> | 100 | 0668397177 | from-internal
| SIP/100-00000023 | Dongle/MTS1-0100000008 | Dial | dongle/i:xxxxxxxxxxxx/
0668397177,300, | 10 | 0 | NO ANSWER | 3 | | 1375699448.45
| | | out-0668397177-100-20130805-134408-1375699448.45.wav |
| 2013-08-05 13:43:46 | “ata186 line1” <100> | 100 | 0666003759 | from-internal
| SIP/100-00000022 | Dongle/MTS1-0100000007 | Dial | dongle/i:xxxxxxxxxxxx/
0666003759,300, | 8 | 0 | NO ANSWER | 3 | | 1375699426.43
| | | out-0666003759-100-20130805-134346-1375699426.43.wav |
| 2013-08-05 13:41:08 | “Trix smart” <104> | 104 | +380666003759 | from-internal

records in the database are written. But i can’t see this entries in web panel of CDR report. Why?
Thanks.