[asterisk-bugs] [Asterisk 0018500]: call queue member noanswer but not record cdr with no answer.

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 20 09:20:49 UTC 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18500 
====================================================================== 
Reported By:                perfectpdl
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18500
Category:                   CDR/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.1.1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.8 
SVN Revision (number only!): 287116 
Request Review:              
====================================================================== 
Date Submitted:             2010-12-20 00:11 CST
Last Modified:              2010-12-20 03:20 CST
====================================================================== 
Summary:                    call queue member noanswer but not record cdr with
no answer.
Description: 
I am using asterisk 1.8.0 ,while,when i call  queue member and the agent
dosenot answer, but cdr dosenot  log unanswered calls, I have set
unanswered=yes
in cdr.conf, i have test 1.6.2.6 ,it is ok? but 1.8.0 not ok, have any one
have this problem ?
====================================================================== 

---------------------------------------------------------------------- 
 (0129780) perfectpdl (reporter) - 2010-12-20 03:20
 https://issues.asterisk.org/view.php?id=18500#c129780 
---------------------------------------------------------------------- 
0014167 
 0016227
0016797 
i guess  this problem was originated by Revision: 258676

_U branches/1.6.2/
U branches/1.6.2/main/cdr.c
U branches/1.6.2/main/channel.c
U branches/1.6.2/main/features.c

they clear AST_CDR_FALG_DIALED,and AST_CDR_FLAG_ORIGINATED

but in cdr.c post_cdr,

if (ast_test_flag(cdr, AST_CDR_FLAG_DIALED) && !ast_test_flag(cdr,
AST_CDR_FLAG_ORIGINATED)) {
			ast_set_flag(cdr, AST_CDR_FLAG_POST_DISABLED);
			continue;
		}

so ,those unanswered calls would not be record when unanswer=yes in
cdr.conf 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-20 03:20 perfectpdl     Note Added: 0129780                          
======================================================================




More information about the asterisk-bugs mailing list