[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:32:44 CST 2010


The following issue has been CLOSED 
====================================================================== 
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:                     closed
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:              
Resolution:                 won't fix
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-11-25 01:49 CST
Last Modified:              2010-11-27 04:32 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;
====================================================================== 

---------------------------------------------------------------------- 
 (0129174) tilghman (administrator) - 2010-11-27 04:32
 https://issues.asterisk.org/view.php?id=18376#c129174 
---------------------------------------------------------------------- 
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. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-27 04:32 tilghman       Note Added: 0129174                          
2010-11-27 04:32 tilghman       Status                   needs license => closed
2010-11-27 04:32 tilghman       Resolution               open => won't fix   
======================================================================




More information about the asterisk-bugs mailing list