[asterisk-bugs] [Asterisk 0014167]: [patch] CDR does not get produced with .call files
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 22 16:58:01 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14167
======================================================================
Reported By: jpt
Assigned To: mnicholson
======================================================================
Project: Asterisk
Issue ID: 14167
Category: CDR/General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: 1.4.22
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-01-02 16:41 CST
Last Modified: 2010-04-22 16:58 CDT
======================================================================
Summary: [patch] CDR does not get produced with .call files
Description:
CDR is not being produced as csv or via cdr_mysql with .call files. It
works fine with 1.4.21.2 (zaptel 1.4.12.1 and asterisk-addons 1.4.7) but
does not with 1.4.22 or 1.4.23-rc3 (with dahdi 2.1.0.2 and asterisk-addons
1.4.7)
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
has duplicate 0016222 [patch] CDR always set disposition as N...
related to 0016227 Call files produces "NO ANSWER&quo...
related to 0016797 Originating a call from within the dial...
======================================================================
----------------------------------------------------------------------
(0120785) svnbot (reporter) - 2010-04-22 16:58
https://issues.asterisk.org/view.php?id=14167#c120785
----------------------------------------------------------------------
Repository: asterisk
Revision: 258671
_U trunk/
U trunk/main/cdr.c
U trunk/main/channel.c
U trunk/main/features.c
------------------------------------------------------------------------
r258671 | mnicholson | 2010-04-22 16:57:59 -0500 (Thu, 22 Apr 2010) | 32
lines
Merged revisions 193391,258670 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r193391 | mnicholson | 2009-05-08 16:01:25 -0500 (Fri, 08 May 2009) | 8
lines
Set the proper disposition on originated calls.
(closes issue https://issues.asterisk.org/view.php?id=14167)
Reported by: jpt
Patches:
call-file-missing-cdr2.diff uploaded by mnicholson (license 96)
Tested by: dlotina, rmartinez, mnicholson
........
r258670 | mnicholson | 2010-04-22 16:49:07 -0500 (Thu, 22 Apr 2010) | 11
lines
Fix broken CDR behavior.
This change allows a CDR record previously marked with disposition
ANSWERED to be set as BUSY or NO ANSWER.
Additionally this change partially reverts r235635 and does not set the
AST_CDR_FLAG_ORIGINATED flag on CDRs generated from ast_call(). To
preserve proper CDR behavior, the AST_CDR_FLAG_DIALED flag is now cleared
from all brige CDRs in ast_bridge_call().
(closes issue https://issues.asterisk.org/view.php?id=16797)
Reported by: VarnishedOtter
Tested by: mnicholson
........
(closes issue https://issues.asterisk.org/view.php?id=16222)
Reported by: telles
Tested by: mnicholson
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=258671
Issue History
Date Modified Username Field Change
======================================================================
2010-04-22 16:58 svnbot Note Added: 0120785
======================================================================
More information about the asterisk-bugs
mailing list