mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
cdr: allow disabling CDR by default on new channels
Adds a new option, defaultenabled, to the CDR core to control whether or not CDR is enabled on a newly created channel. This allows CDR to be disabled by default on new channels and require the user to explicitly enable CDR if desired. Existing behavior remains unchanged. ASTERISK-29808 #close Change-Id: Ibb78c11974bda229bbb7004b64761980e0b2c6d1
This commit is contained in:
committed by
Friendly Automation
parent
70f8ea0d1a
commit
386c5e495f
@@ -13,6 +13,11 @@
|
||||
; any loading of backend CDR modules. Default is "yes".
|
||||
;enable=yes
|
||||
|
||||
; Define whether or not to use CDR logging on new channels by default.
|
||||
; Setting this to "no" will disable CDR on channels unless it is explicitly
|
||||
; enabled. Default is "yes".
|
||||
;channeldefaultenabled=yes
|
||||
|
||||
; Define whether or not to log unanswered calls that don't involve an outgoing
|
||||
; party. Setting this to "yes" will make calls to extensions that don't answer
|
||||
; and don't set a B side channel (such as by using the Dial application)
|
||||
|
Reference in New Issue
Block a user