<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am using the msql cdr module to store cdr in db, 
I realised that&nbsp;it does't capture the start and end time af a particular 
call record. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Therefore I dive into the source code to&nbsp;add 
the start and end time&nbsp;into the query (add something like cdr-&gt;start, 
cdr-&gt;end), but end up getting segfault.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the original version of cdr_mysql.so works fine but 
I&nbsp;need the start time and end time of calling as well.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I wonder what would I&nbsp;get with 
cdr-&gt;start?&nbsp;the start time field in my db&nbsp;&nbsp;is of type date or 
should i use varchar?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Foong</FONT>&nbsp;&nbsp;</DIV></BODY></HTML>