Bronze CDR not working

Issue the command:

asterisk -rx "module show like mysql"

to make sure that its loaded properly. I found it to be the cause of my CDR's not working.
 
I did some more testing and have a verfied cause and effect along with the resolution :biggrin5:.

Installing Bronze, 1.6 32-bit, using 1.7.5.5.2 ISO.
Then by doing the incrediblepbx load, you will find that the MySQL is broken and not loaded.

Verification of this is done by issuing:

asterisk -rx "module show like mysql"

You will probably find 0 modules loaded (when in fact there should be 3).

To resolve this, do the following:

amportal stop
cd/usr/src/asterisk-addons
make clean
make install
amportal start

Now for verification, again issue:

asterisk -rx "module show like mysql"

and you'll find that all 3 modules are properly loaded and now your CDR's will start to append to the database properly :wink5:
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top