]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Wed, 10 Sep 2025 19:55:23 +0000 (19:55 +0000)
commit8c5e955583acf4c7b620a568f17ba60a74d9d47c
tree6c64cafe7b2e63e840ea818217e3e4b15a1efac8
parent31ecf4125564cf20cbea22d5b19ae95ee610a266
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'

(cherry picked from commit 5549815df535535f211bfa33cedef6d533012dd5)
configs/samples/cdr.conf.sample
include/asterisk/cdr.h
main/cdr.c