[asterisk-bugs] [Asterisk 0016289]: [patch] core show function CDR reports wrong disposition values
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 21 09:54:01 CST 2009
The following issue is now READY FOR TESTING.
======================================================================
https://issues.asterisk.org/view.php?id=16289
======================================================================
Reported By: wdoekes
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16289
Category: Functions/func_cdr
Reproducibility: always
Severity: text
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-11-20 04:40 CST
Last Modified: 2009-12-21 09:54 CST
======================================================================
Summary: [patch] core show function CDR reports wrong
disposition values
Description:
When running:
exten => s,1,Answer()
exten => s,n,NoOp(exten => _X.,n,NoOp(QUEUE_ANS: ${CDR(disposition)} /
${CDR(disposition,u)})
I get:
voip-test*CLI>
<...snip...>
-- Executing [s at pi_incoming_queue:2] NoOp("SIP/1.2.3.4-0241c1e0",
"QUEUE_ANS: ANSWERED / 8") in new stack
<...snip...>
When checking the function description, I get:
voip-test*CLI> core show function CDR
<...snip...>
raw values for disposition:
1 = NO ANSWER
2 = BUSY
3 = FAILED
4 = ANSWERED
<...snip...>
This means that the raw disposition values in the documentation are wrong,
right?
According to svn blame it has always been like this in
include/asterisk/cdr.h:
#define AST_CDR_FAILED (1 << 0)
#define AST_CDR_BUSY (1 << 1)
#define AST_CDR_NOANSWER (1 << 2)
#define AST_CDR_ANSWERED (1 << 3)
Patch for 1.4:
<inline patch removed by lmadsen>
Patch for 1.6-svn:
<inline patch removed by lmadsen>
Regards,
Walter Doekes
OSSO B.V.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-12-21 09:54 lmadsen Status feedback => ready for
testing
======================================================================
More information about the asterisk-bugs
mailing list