I have a problem, my CDR is not connected with obdc connector:
when running asterisk -rx “module show like cdr”
cdr_pgsql.so - not running - due to failed to load the module.
cdr_sqlite3_custom.so - not running - due to failed to load the module.
cdr_tds.so - not running - due to failed to load the module.
I am running Asterisk 21 on Debian 12, with FreePBX 17, PHP 8.2.
The communication between asterisk & asteriskcdrdb tables is broken.
I have install all of the modules based on the instruction from Sangoma:
If you have a problem following instructions for FreePBX, you should ask on their forum.
From a pure Asterisk point of view, run menuselect, and determine whether the module was selected, and if not, whether there are any failed dependencies, and what they are,
If selected for build, determine if they are present in the modules directory.
If so, check whether modules.conf allows them to be loaded.
If so enable the full log and see what errors were produced at load time, or using module load to try to load them manually and look at the error messages.,