IssabelFoundation / issabel

Open Source Unified Communications Platform
http://www.issabel.org
54 stars 13 forks source link

Issue with CDR not recording. #4

Open anutator opened 7 years ago

anutator commented 7 years ago

Elastix 4.0.74. If you have issues with CDR, look at file cdr.conf. In the beginning of file ou can see correct parameters:

[general]

; Define whether or not to use CDR logging.  Setting this to "no" will override
; any loading of backend CDR modules.  Default is "yes".
enable = yes

But then there is a mistake in comment:

;
; To get manager events generated, make sure the cdr_manager.conf file exists,
enable = yes'.
;

You must edit this string:

;
; To get manager events generated, make sure the cdr_manager.conf file exists, enable = yes'.
;

CDR is enabled now!