Hi<br><br>Someone may have an issue to my problem :<br>- I install mysql server and create a database named &quot;asteriskdb&quot; to store some data of asterisk. OK<br>- I create a table &quot;cdr&quot; in order to replace de Master.csv . OK<br>
- I set up Areski CDR (asterisk-stats) for my environnement thank to <a href="http://www.voip-info.org/wiki/view/Asterisk+CDR+Areski+GUI">http://www.voip-info.org/wiki/view/Asterisk+CDR+Areski+GUI</a>. OK<br>- I can acces to Areski CDR web pages throug my browser but when I click on some button to see CDRs nothing ! <br>
<br>Asterisk, Areski CDR and mysql are on same machine.<br><br>Here a sample of my define.php file<br>define (&quot;HOST&quot;, &quot;ipbx&quot;);<br>define (&quot;PORT&quot;, &quot;3306&quot;);<br>define (&quot;USER&quot;, &quot;asterisk&quot;);<br>
define (&quot;PASS&quot;, &quot;asterisk&quot;);<br>define (&quot;DBNAME&quot;, &quot;asteriskdb&quot;);<br>define (&quot;DB_TYPE&quot;, &quot;mysql&quot;);<br>define (&quot;DB_TABLENAME&quot;, &quot;cdr&quot;);<br><br>Any ideas ?<br>
<br>regards<br><br>harry.<br><br>