[asterisk-users] Areski CDR + Mysql + asterisk 1.6

harry R rhm.noa101 at gmail.com
Thu Aug 13 08:48:20 CDT 2009


Hi

Someone may have an issue to my problem :
- I install mysql server and create a database named "asteriskdb" to store
some data of asterisk. OK
- I create a table "cdr" in order to replace de Master.csv . OK
- I set up Areski CDR (asterisk-stats) for my environnement thank to
http://www.voip-info.org/wiki/view/Asterisk+CDR+Areski+GUI. OK
- I can acces to Areski CDR web pages throug my browser but when I click on
some button to see CDRs nothing !

Asterisk, Areski CDR and mysql are on same machine.

Here a sample of my define.php file
define ("HOST", "ipbx");
define ("PORT", "3306");
define ("USER", "asterisk");
define ("PASS", "asterisk");
define ("DBNAME", "asteriskdb");
define ("DB_TYPE", "mysql");
define ("DB_TABLENAME", "cdr");

Any ideas ?

regards

harry.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090813/bd43a0ab/attachment.htm 


More information about the asterisk-users mailing list