CDR Records Broken

Hello Asterisk Members,

I’m having some issue with CDR Recording.

I use .call file’s and the billsec is always set to 0, on all call’s when they are picked up, and also they are set to “NO ANSWER”.

I have the following in my cdr.conf:

[general]
enable=yes
loguserfield=yes
busydetect=yes
callprogress=yes
unanswered=yes

[csv]
usegmtime=yes
loguniqueid=yes
unanswered=yes
answered=yes
loguserfield=yes
time=5

I have the following in 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)}"

Thanks