[Asterisk-Users] CDR MySQL

tracinet traci.asterisk at gmail.com
Mon Dec 12 19:16:23 MST 2005


I believe you are missing 2 variables in your conf file:


table=cdr
(the table your cdrs should be stored)

sock=/var/lib/mysql/mysql.sock
(the location to your mysql.sock)

try something like this:

[global]
hostname=localhost
dbname=dbasterisk
table=cdr
password=dbpassword
user=dbuser
sock=/var/lib/mysql/mysql.sock
userfield=1

On 12/12/05, Juanjo Portela <juanjo.portela at gmail.com> wrote:
>
> My cdr_mysql.conf is the same I was using for version.1.0.9 and it is as
> follow
> [global]
> hostname=localhost
> dbname=dbasterisk
> password=dbpassword
> user=dbuser
> userfield=1
> Any ideas?
> Thank you in advance,
> Juanjo
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051212/6838e228/attachment.htm


More information about the asterisk-users mailing list