[asterisk-bugs] [Asterisk 0015180]: [patch] No unique identifier for CDR
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Nov 3 15:26:34 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15180
======================================================================
Reported By: Nick_Lewis
Assigned To: mnicholson
======================================================================
Project: Asterisk
Issue ID: 15180
Category: CDR/General
Reproducibility: always
Severity: feature
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-05-22 08:45 CDT
Last Modified: 2009-11-03 15:26 CST
======================================================================
Summary: [patch] No unique identifier for CDR
Description:
There is no unique identifier for a CDR. This makes it difficult to
associate other things such as call monitor recordings with a CDR.
Each call does have a unique identifier which is stored in the CDR as
"uniqueid" but there may be multiple CDRs representing one call. For
example ResetCDR(w) saves a CDR and creates a new one for the call. Both
CDR have the same "uniqueid".
======================================================================
----------------------------------------------------------------------
(0113093) svnbot (reporter) - 2009-11-03 15:26
https://issues.asterisk.org/view.php?id=15180#c113093
----------------------------------------------------------------------
Repository: asterisk
Revision: 227435
U trunk/CHANGES
U trunk/apps/app_forkcdr.c
U trunk/configs/cdr_custom.conf.sample
U trunk/funcs/func_cdr.c
U trunk/include/asterisk/cdr.h
U trunk/main/cdr.c
U trunk/main/features.c
------------------------------------------------------------------------
r227435 | mnicholson | 2009-11-03 15:26:33 -0600 (Tue, 03 Nov 2009) | 8
lines
This patch adds a sequence field to CDRs that can be combined with the
linkedid or uniqueid field to uniquely identify a CDR.
(closes issue https://issues.asterisk.org/view.php?id=15180)
Reported by: Nick_Lewis
Patches:
cdr-sequence10.diff uploaded by mnicholson (license 96)
Tested by: mnicholson
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=227435
Issue History
Date Modified Username Field Change
======================================================================
2009-11-03 15:26 svnbot Checkin
2009-11-03 15:26 svnbot Note Added: 0113093
======================================================================
More information about the asterisk-bugs
mailing list