[asterisk-bugs] [Asterisk 0016258]: Missing CDR
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Dec 2 15:13:17 CST 2009
The following issue has been set as RELATED TO issue 0015960.
======================================================================
https://issues.asterisk.org/view.php?id=16258
======================================================================
Reported By: dveiga
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16258
Category: Channels/General
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-422
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-11-16 20:53 CST
Last Modified: 2009-12-02 15:13 CST
======================================================================
Summary: Missing CDR
Description:
- T0: Party A calls party B, B picks up.
- T1: Party B hook-flashes and calls C, party C picks up.
- T2: Party B hangs up, leaving A connected to C.
- T3: Party A or C hangup, terminating the last call.
Only 2 CDRs are created: A->B(T0-T2) and B->C(T0-T3). It is not possible
to know (looking at CDRs) that A talked to C nor the time they talked (as
the actual time T2-T3 does not appear in any CDR).
I would expect 3 records:
A->B(T0-T2)
B->C(T1-T2)
A->C(T2-T3)
NOTE: Notation [OrigChannel]->[DestChannel]([StartTime]-[EndTime]). All
other fields in the CDR are ommited for clarity.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0015960 Not recording the duration of transfers.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-12-02 15:13 mnicholson Relationship added related to 0015960
======================================================================
More information about the asterisk-bugs
mailing list