mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
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'
This commit is contained in:
committed by
github-actions[bot]
parent
2ae6cb7c93
commit
511d22ef5e
@@ -96,6 +96,12 @@
|
||||
; is "yes".
|
||||
;safeshutdown=yes
|
||||
|
||||
; Define if the CANCEL disposition state should be used.
|
||||
; When enabled, The NO ANSWER disposition will be split into two distinct
|
||||
; dispositions: CANCEL and NO ANSWER.
|
||||
; The default value is "no".
|
||||
;canceldispositionenabled = no
|
||||
|
||||
;
|
||||
;
|
||||
; CHOOSING A CDR "BACKEND" (what kind of output to generate)
|
||||
|
||||
Reference in New Issue
Block a user