Do not get CDR Event through AMI

I am do not get “Event: cdr” in AMI

I have the following config in “manager.conf” :
read=all
write=all

i am get all other event in AMI

I was missing file /etc/asterisk/cdr_manager.conf then i am great them and write text:
[general]
enabled = yes

nothing change, i am dont get cdr event in ami. In FreePBX menu CDR Reports work fine.

CDR Reports Module 2.11.0.12
Asterisk (Ver. 11.12.0)

Hi,

You forgot to reload the cdr_manager.so module. Please do the following:

module reload cdr_manager.so

If you are getting an error that it is not loaded, please load this module:

module load cdr_manager.so

Then, to verify that it is loaded, please type:

cdr show status

You should see something like this:

pbx*CLI> cdr show status 

Call Detail Record (CDR) settings
----------------------------------
  Logging:                    Enabled
  Mode:                       Simple
  Log unanswered calls:       No
  Log congestion:             No

* Registered Backends
  -------------------
    cdr_manager
    Adaptive ODBC
    cdr-custom

Thank you,

Daniel Friedman
Trixton LTD.

Hi @dicko,

@mihio already created the cdr_manager.conf file, but he forgot to reload the cdr_manager.so module.

Thank you,

Daniel Friedman
Trixton LTD.