[Asterisk-Users] cdr_odbc appears to have fields missing

Brian Roy mister.roy at gmail.com
Wed Mar 29 09:26:38 MST 2006


I'm currently using Asterisk running version 1.2.5 and trying to use
cdr_odbc to connect to a Microsoft SQL database. I have everything running,
but the insert statement being sent to database doesn't appear to have the
"start, answer, end" information in it.

Below is the insert statement that MS Profiler shows being sent. As you can
see those fields are missing.

INSERT INTO cdr
(calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode)
VALUES (@P1, at P2, at P3, at P4, at P5, at P6, at P7, at P8, at P9, at P10, at P11, at P12, at P13, at P14)

Here is the record that shows up in cdr-csv

"","4718","2599576","default","""Asterisk2""
<4718>","SIP/4718-af52","IAX2/visioniax-1","Dial","
IAX2/visioniax/2599576 at default","2006-03-29 10:29:23","2006-03-29
10:29:25","2006-03-29 10:29:34",11,9,"ANSWERED","DOCUMENTATION"

that record looks fine.

Please let me know if I'm missing anything here.

Thanks,

-Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060329/d72ae377/attachment.htm


More information about the asterisk-users mailing list