<div>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 &quot;start, answer, end&quot; information in it. 
</div>
<div>&nbsp;</div>
<div>Below is the insert statement that MS Profiler shows being sent. As you can see those fields are missing. </div>
<div>&nbsp;</div>
<div>INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode) VALUES (@P1,@P2,@P3,@P4,@P5,@P6,@P7,@P8,@P9,@P10,@P11,@P12,@P13,@P14)</div>
<div>&nbsp;</div>
<div>Here is the record that shows up in cdr-csv</div>
<div>&nbsp;</div>
<div>&quot;&quot;,&quot;4718&quot;,&quot;2599576&quot;,&quot;default&quot;,&quot;&quot;&quot;Asterisk2&quot;&quot; &lt;4718&gt;&quot;,&quot;SIP/4718-af52&quot;,&quot;IAX2/visioniax-1&quot;,&quot;Dial&quot;,&quot;<a href="mailto:IAX2/visioniax/2599576@default&quot;,&quot;2006-03-29">
IAX2/visioniax/2599576@default&quot;,&quot;2006-03-29</a> 10:29:23&quot;,&quot;2006-03-29 10:29:25&quot;,&quot;2006-03-29 10:29:34&quot;,11,9,&quot;ANSWERED&quot;,&quot;DOCUMENTATION&quot;</div>
<div>&nbsp;</div>
<div>that record looks fine. </div>
<div>&nbsp;</div>
<div>Please let me know if I'm missing anything here.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>-Brian</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>