[Home]

Summary:ASTERISK-11757: cdr_addon_mysql doesnt log the date/time with since 1.6 beta's
Reporter:ssfarrel (ssfarrel)Labels:
Date Opened:2008-03-31 06:10:06Date Closed:2011-06-07 14:07:25
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Addons/cdr_mysql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:using addons beta2 (and beta1) cdr_addon_mysql doesnt seem to be getting the date and time of calls, log as follows, time/date field is empty, same result no matter what the channel.

cdr_addon_mysql.c: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield) VALUES ('','"9200" <9200>','9200','99999999','from-internal','SIP/9200-b7362788','H323/MYPROVIDER-19','Dial','H323/99999999@MYPROVIDER,300,','18','11','ANSWERED','3','','1206961266.38','')

****** ADDITIONAL INFORMATION ******


cdr_addon_mysql.c: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield) VALUES ('','"9200" <9200>','9200','99999999','from-internal','SIP/9200-b7362788','H323/MYPROVIDER-19','Dial','H323/99999999@MYPROVIDER,300,','18','11','ANSWERED','3','','1206961266.38','')
Comments:By: Tilghman Lesher (tilghman) 2008-03-31 11:07:29

You forgot to read the UPGRADE.txt document, didn't you?

By: ssfarrel (ssfarrel) 2008-03-31 11:13:43

That would be correct, any chance of a "delete bug im stupid" button?