]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cdr: add CANCEL dispostion in CDR
authorzhou_jiajian <zhou_0611@163.com>
Thu, 24 Jul 2025 11:39:27 +0000 (19:39 +0800)
committerzhou_jiajian <zhou_0611@163.com>
Wed, 6 Aug 2025 15:37:47 +0000 (15:37 +0000)
commit01661398a320ab36605a3fd0df8e4997f3bb150a
tree2d15fa3e5dba5bf991fc41fa066a164b1b870209
parent06e05a41c35234ab21b191a47494079918da98b0
cdr: add CANCEL dispostion in CDR

In the original implementation, both CANCEL and NO ANSWER states were
consolidated under the NO ANSWER disposition. This patch introduces a
separate CANCEL disposition, with an optional configuration switch to
enable this new disposition.

Resolves: #1323

UserNote: A new CDR option "canceldispositionenabled" has been added
that when set to true, the NO ANSWER disposition will be split into
two dispositions: CANCEL and NO ANSWER. The default value is 'no'
configs/samples/cdr.conf.sample
include/asterisk/cdr.h
main/cdr.c