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.
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to