Hello,
I’ve got a specific 22.0.0 setup in which I have 4 asterisk instances running on the same Debian host. Each instance is configured with a specific main /etc/asterisk/tenant//asterisk.conf config files and dedicated directories (/var/{cache,lib,log,spool}/asterisk/tenant/).
I’ve very recently discovered my cdr-csv/ directories are all empty (all 4 running Asterisk instances) though parent directories are normally filled with log files.
In those log files, I can’t read any CDR-related message of any WARNING, NOTICE, ERROR severity.
With Asterisk console and ‘cdr show status/active’, I’m reading
cdr show status
Call Detail Record (CDR) settings
Logging: Enabled
Mode: Simple
Log calls by default: Yes
Log unanswered calls: No
Log congestion: No
Ignore bridging changes: No
Ignore dial state changes: No
Registered Backends
cdr-custom
Channels with Call Detail Record (CDR) Information
Channel Dst. Channel LastApp Start Answer End Billsec DurationPJSIP/foobar-000 Local/00123456789@tandem- Dial 10:53:42 10:53:44 10:53:44 00000000 00000002
How can I debug this ?
Best regards