[Home]

Summary:ASTERISK-17023: cdr_mysql 1.4.11 does not log call answer or end times
Reporter:Joe Richards (viyh)Labels:
Date Opened:2010-11-25 01:49:38.000-0600Date Closed:2010-11-27 04:32:44.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Addons/cdr_mysql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch
Description:Here's a patch to make it so. You will also need to add the additional mysql tables for it.

Something like:

alter table `cdr` add answerdate timestamp not null;
alter table `cdr` add hangupdate timestamp not null;
Comments:By: Tilghman Lesher (tilghman) 2010-11-27 04:32:44.000-0600

Sorry, we do not make changes of this type to released versions, due to the problem of breaking existing installations.  All changes must be submitted for the trunk of Asterisk.