mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +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
8
doc/CHANGES-staging/cdr_disable.txt
Normal file
8
doc/CHANGES-staging/cdr_disable.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Subject: cdr
|
||||
|
||||
A new CDR option, channeldefaultenabled, allows controlling
|
||||
whether CDR is enabled or disabled by default on
|
||||
newly created channels. The default behavior remains
|
||||
unchanged from previous versions of Asterisk (new
|
||||
channels will have CDR enabled, as long as CDR is
|
||||
enabled globally).
|
Reference in New Issue
Block a user