noelbou wrote:- I have the enable=yes set in cdr.conf
- I have cdr.so loaded, no other cdr related modules.
I hope you mean cdr_csv.so? The "yes" entry is the default; the only enabled entry in my cdr.conf is the following:
[csv]
usegmtime=yes ;log date/time in GMT
The contents of my cdr_custom.conf:
[mappings]
Master.csv => "${CDR(clid)}","${CDR(src)}","${CDR(dst)}","${CDR(dcontext)}","${CDR(channel)}","${CDR(dstchannel)}","${CDR(lastapp)}","${CDR(lastdata)}","${CDR(start)}","${CDR(answer)}","${CDR(end)}","${CDR(duration)}","${CDR(billsec)}","${CDR(disposition)}","${CDR(amaflags)}","${CDR(accountcode)}","${CDR(uniqueid)}","${CDR(userfield)}"
Also the the cdr_manager.conf:
Maybe the missing clue is somewhere in here?
Like I wrote: I remember I had the same problem initially when upgrading from 1.2 to 1.4; but stuff now works correctly over here and I can't remember just exactly what it was that did the trick...
Hans.