[asterisk-bugs] [Asterisk 0016520]: No CDR record for non-bridged outgoing calls

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 28 22:59:46 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16520 
====================================================================== 
Reported By:                TokyoJimu
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16520
Category:                   CDR/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.28 
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-12-28 22:57 CST
Last Modified:              2009-12-28 22:59 CST
====================================================================== 
Summary:                    No CDR record for non-bridged outgoing calls
Description: 
An outgoing call (made by dropping a file in /var/spool/asterisk/outgoing)
in 1.4 does not generate a CDR record for the call it connects the dialed
party to, unless it uses the Dial() command.  This worked fine in 1.2.

In other words, if we call someone, and then Dial() is used to connect
them, we get CDR.  But if we call someone and then just play them a
recording or an IVR tree, then no CDR is generated for the call.

According to http://www.asterisk.org/node/48358 the generation of CDR in
1.4 was moved from the Hangup routine to ast_bridge_call, so I suspect the
problem is that these calls are never being handled in ast_bridge_call. 
I've tried using ResetCDR() and ForkCDR() with various options but still,
no CDR is generated.

I'm marking as 'major' since this results in customers not being billed,
which puts us out of business :-).
====================================================================== 

---------------------------------------------------------------------- 
 (0115803) TokyoJimu (reporter) - 2009-12-28 22:59
 https://issues.asterisk.org/view.php?id=16520#c115803 
---------------------------------------------------------------------- 
Those exten lines were actually:

  exten => _XX.,1,Answer()
  exten => _XX.,n,Wait(5)
  exten => _XX.,n,Hangup()

so they _did_ match the extension 6191000001 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-28 22:59 TokyoJimu      Note Added: 0115803                          
======================================================================




More information about the asterisk-bugs mailing list