CentOS5.x/Asterisk1.4.x/FPBX 2.xxx CDRs problem

I installed CentOS5.x/Asterisk1.4.x/FPBX 2.4.0 and works fabulose, BUT I not have any record or CDR on the reports.

Please somebody can HELP ???

Thank you
Joao Nunes

best guess is that you need to install the asterisk_addon packages.

I did, I build and installed the asterisk_addon packages

I have more than 12 Asterisk running with more than 200 ext between all of those and not problems at all.

This one is Asterisk 1.4 that is the difference, and the FreePBx is the Same 2.3.1 and also I test with 2.4.0 and looks like a issue with FreePBX and Asterisk 1.4, I don’t know.

Packages installed:
asterisk-1.4.18
asterisk-addons-1.4.5
zaptel-1.4.5
libpri-1.4.3
freepbx-2.3.1
on the second time
freepbx-2.4.0

And the results, the same NO CDRs no Reports and also Inside the MySql Database asteriskcdr, I not see any CDR from any transaction or call. This is why I think is a Asterisk 1.4 Issue.

Thank you
Joao

same issue here! baffled.

Any way in some days I will be start a new server, from zero.
thank you
Joao Nunes

This was the fix (on CentOS 5.1):

Then recompile asterisk-addons-1.4-current and restart asterisk. Before doing this, configuring asterisk-addons looked like this:

# ./configure | grep sql
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient... no

But afterward:

# ./configure | grep sql
checking for mysql_config... /usr/bin/mysql_config
[b]checking for mysql_init in -lmysqlclient... yes[/b]

Finally, ‘mysql’ shows up in asterisk CLI:

maryland*CLI> cdr status
CDR logging: enabled
CDR mode: simple
CDR output unanswered calls: yes
CDR registered backend: cdr-custom
CDR registered backend: csv
CDR registered backend: cdr_manager
[b]CDR registered backend: mysql[/b]

Have same problem, but I have this:

[PBX asterisk-addons-1.4.7]# ./configure | grep sql
checking for mysql_config… /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient… yes

PBX*CLI> cdr status
CDR logging: enabled
CDR mode: simple
CDR output unanswered calls: no

I tray reinstalling addons, but no changes.

Call records say no “No calls in your selection” and database is empty.

Any comment ?

Tnks
Renato