I believe you are missing 2 variables in your conf file:<br>
<br>
<br>
table=cdr<br>
(the table your cdrs should be stored)<br>
<br>
sock=/var/lib/mysql/mysql.sock<br>
(the location to your mysql.sock)<br>
<br>
try something like this:<br>
<br>
[global]<br>
hostname=localhost<br>
dbname=dbasterisk<br>
table=cdr<br>
password=dbpassword<br>
user=dbuser<br>
sock=/var/lib/mysql/mysql.sock<br>
userfield=1<br><br><div><span class="gmail_quote">On 12/12/05, <b class="gmail_sendername">Juanjo Portela</b> &lt;<a href="mailto:juanjo.portela@gmail.com">juanjo.portela@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
My cdr_mysql.conf is the same I was using for version.1.0.9 and it is as follow<br>[global]<br>hostname=localhost<br>dbname=dbasterisk<br>password=dbpassword<br>user=dbuser<br>userfield=1<br>Any ideas?<br>Thank you in advance,
<br>Juanjo<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>