[Home]

Summary:ASTERISK-17132: call queue member noanswer but not record cdr with no answer.
Reporter:lideping (perfectpdl)Labels:
Date Opened:2010-12-20 00:11:10.000-0600Date Closed:2013-03-18 15:42:20
Priority:MinorRegression?No
Status:Closed/CompleteComponents:CDR/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
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 ?
Comments:By: lideping (perfectpdl) 2010-12-20 03:20:49.000-0600

i have check isuse relate to this
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 function do check,

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



By: lideping (perfectpdl) 2011-01-21 00:59:22.000-0600

any one resolve this issue ?

By: art (art) 2011-03-18 09:44:19

I can confirm this.
I have tested with  asterisk-1.8.2.3 and SVN-trunk-r311298. Neither version wont log unanswered calls althought unanswered=yes is set.

Makes 1.8 unuseable to me :(

By: an0nym0use (an0nym0use) 2011-09-05 02:59:50.570-0500

I can confirm this too.
{quote}$ asterisk -V
Asterisk 1.8.6.0-1digium1~lucid{quote}
Help me please to resolve this issue