[asterisk-bugs] [Asterisk 0017540]: All Calls Originated with .call files using Local Channels are logged with NO ANSWER Disposition.
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Sep 22 11:34:01 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17540
======================================================================
Reported By: Jamuel
Assigned To: mnicholson
======================================================================
Project: Asterisk
Issue ID: 17540
Category: CDR/General
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Target Version: 1.6.2.15
Asterisk Version: SVN
JIRA: SWP-1752
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-06-21 16:07 CDT
Last Modified: 2010-09-22 11:34 CDT
======================================================================
Summary: All Calls Originated with .call files using Local
Channels are logged with NO ANSWER Disposition.
Description:
Using .call files to originate outbound faxing with sendfax app on *
1.6.2.9 with Local Channel results in the A-leg being logged as disposition
ANSWERED while the B-leg and the resulting bridged fax call being logged as
disposition UNANSWERED even though the call completes normally.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014167 [patch] CDR does not get produced with ...
======================================================================
----------------------------------------------------------------------
(0127286) mnicholson (administrator) - 2010-09-22 11:34
https://issues.asterisk.org/view.php?id=17540#c127286
----------------------------------------------------------------------
I looked a little deeper into your logs and the problem here is that you
are calling ResetCDR(w) in your dialplan which causes a CDR record that
would not normally be written to be written (the one with NO ANSWER). If
you check your CDR records, there should be a record with the proper
ANSWERED disposition in there as well. If you remove the call to
ResetCDR(w) that NO ANSWER record should go away.
Issue History
Date Modified Username Field Change
======================================================================
2010-09-22 11:34 mnicholson Note Added: 0127286
======================================================================
More information about the asterisk-bugs
mailing list