<!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> </DIV>
<DIV><FONT face=Arial size=2>I am using the msql cdr module to store cdr in db,
I realised that it does't capture the start and end time af a particular
call record. </FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Therefore I dive into the source code to add
the start and end time into the query (add something like cdr->start,
cdr->end), but end up getting segfault.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>the original version of cdr_mysql.so works fine but
I need the start time and end time of calling as well.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I wonder what would I get with
cdr->start? the start time field in my db is of type date or
should i use varchar?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>thanks</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Foong</FONT> </DIV></BODY></HTML>