diff --git a/CHANGES b/CHANGES index 84344aa875f4af12cffb15014e67f0b471ef81a0..ec533e83136f12d7126c57b2862efd90c57ba468 100644 --- a/CHANGES +++ b/CHANGES @@ -51,6 +51,11 @@ res_pjsip * A new AMI action, PJSIPShowAuths, has been added which displays information about all configured PJSIP Auths. +cdr_syslog +------------------ + * The cdr_syslog module is now deprecated and by default it is no longer + built. + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 15.1.0 to Asterisk 15.2.0 ------------ ------------------------------------------------------------------------------ diff --git a/UPGRADE.txt b/UPGRADE.txt index dd37b259df5ea1d599fe9698b5495b22396e9e59..b2c75fbb546c231fb232ab10cb721e6fef86f947 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -40,6 +40,10 @@ ARI: - The ContactInfo event's contact_status field is now set to "NonQualified" when a contact exists but has not been qualified. +cdr_syslog: + - The cdr_syslog module is now deprecated and by default it is no longer + built. + New in 15.0.0: Build System: diff --git a/cdr/cdr_syslog.c b/cdr/cdr_syslog.c index bbe265229542c37262bdfe25472e896fcce89781..bbc44064f37c23dc7e97c7b9b8fe0c41a888c6be 100644 --- a/cdr/cdr_syslog.c +++ b/cdr/cdr_syslog.c @@ -37,8 +37,9 @@ */ /*** MODULEINFO + <defaultenabled>no</defaultenabled> <depend>syslog</depend> - <support_level>core</support_level> + <support_level>deprecated</support_level> ***/ #include "asterisk.h"