[asterisk-bugs] [Asterisk 0018376]: cdr_mysql 1.4.11 does not log call answer or end times

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Nov 27 04:30:17 CST 2010


The following issue NEEDS LICENSE. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18376 
====================================================================== 
Reported By:                viyh
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18376
Category:                   Addons/cdr_addon_mysql
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     needs license
Asterisk Version:           Addons-1.4.11 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-11-25 01:49 CST
Last Modified:              2010-11-27 04:30 CST
====================================================================== 
Summary:                    cdr_mysql 1.4.11 does not log call answer or end
times
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;
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-27 04:30 tilghman       Status                   new => needs license
======================================================================




More information about the asterisk-bugs mailing list