Asterisk - CDR problem!

Hi There,
Can someone Explain me why my cdr log files are not showing the source and destination number in them ??
Notice the Second filed
The first is the account code
The second is the CLID or src number and it shows empty quoter ""
plus the entry after the context “default” shuld also show me the src or clid number as the context of the file goes

"","","s","default","","SIP/vs75-09eeb8f0","SIP/vs75-09eeff00","Dial","SIP/vs75/92*******3","2009-02-20 07:45:05",,"2009-02-20 07:46:29",84,0,"FAILED","DOCUMENTATION","1235115905.865",""

quick replies will b appreciated :smile:

Thanks

can’t help without cdr.conf + cdr_custom.conf + cdr_manager.conf

and post an extract of the full log

Cdr.conf


[general]
enable=yes
;unanswered = no
;batch=no
;size=100
;time=300
;scheduleronly=no
;safeshutdown=yes
;endbeforehexten=no


[csv]
usegmtime=yes    ; log date/time in GMT.  Default is "no"
loguniqueid=yes  ; log uniqueid.  Default is "no"
loguserfield=yes ; log user field.  Default is "no"

;[radius]
;usegmtime=yes    ; log date/time in GMT
;loguniqueid=yes  ; log uniqueid
;loguserfield=yes ; log user field
; Set this to the location of the radiusclient-ng configuration file
; The default is /etc/radiusclient-ng/radiusclient.conf
;radiuscfg => /usr/local/etc/radiusclient-ng/radiusclient.conf


custom_cdr.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)}"

cdr_manager.conf

[general]
;enabled = yes

Thankyou for the reply
and would b more thankfull for the solution :smile: