<div>Hi guys, I have recently installed a Asterisk Server with CDR&nbsp; Call Detail Records.&nbsp; I have installed it over a Asterisk 1.2 , but&nbsp; now It do not run .&nbsp; I have installed it with the following procedure:</div>
<div>&nbsp;</div>
<div># yum install ncurses</div>
<div>
<p>#yum install openh323-devel<br># yum install mysql-server<br># yum install mysql<br># yum install php-gd<br># yum install php-mysql<br># yum install mysqlclient10</p>
<p># yum install zlib<br># yum install zlib-devel<br># yum install ncurses-devel</p>
<p>Install perl support</p>
<p>perl -MCPAN -e &quot;install DBD::mysql&quot;</p>
<p>&nbsp;I compile /usr/src/asterisk-addons as follows: </p>
<p>&nbsp; #&nbsp;./configure<br>&nbsp; # make clean&nbsp; <br>&nbsp; # make install </p>
<p>&nbsp;In the file&nbsp; /etc/asterisk/cdr_mysql.conf </p>
<p>[global]<br>hostname=localhost<br>dbname=asteriskcdrdb<br>table=cdr<br>password=strongpass<br>user=asterisk<br>port=3306<br>userfield=1</p>
<p>&nbsp;</p>
<p><br>In the File asterisk-stat</p>
<p>define (&quot;WEBROOT&quot;, &quot;<a href="http://192.168.190.10/asterisk-stat/">http://192.168.190.10/asterisk-stat/</a>&quot;);<br>define (&quot;FSROOT&quot;, &quot;/var/www/html/asterisk-stat-v2/&quot;);<br>define (&quot;LIBDIR&quot;, FSROOT.&quot;lib/&quot;);
<br>define (&quot;HOST&quot;, &quot;localhost&quot;);<br>define (&quot;PORT&quot;, &quot;3306&quot;);<br>define (&quot;USER&quot;, &quot;asterisk&quot;);<br>define (&quot;PASS&quot;, &quot;strongpass&quot;);<br>define (&quot;DBNAME&quot;, &quot;asteriskcdrdb&quot;);
<br>define (&quot;DB_TYPE&quot;, &quot;mysql&quot;); // mysql or postgres<br>define (&quot;DB_TABLENAME&quot;, &quot;cdr&quot;);</p>
<p>&nbsp;When I compile&nbsp; asterisk-addons it pass very good, but I do not build the file <strong>cdr_addon_mysql.so</strong> </p>
<p>Do you have similar problem ?&nbsp;&nbsp;&nbsp; Thanks for your response. Excuseme for my english, it is not my native language.</p></div>
<div>&nbsp;</div>