Merge "cdr_syslog: Deprecate unmaintained module"

This commit is contained in:
Jenkins2
2018-01-12 09:29:37 -06:00
committed by Gerrit Code Review
3 changed files with 11 additions and 1 deletions

View File

@@ -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 ------------
------------------------------------------------------------------------------

View File

@@ -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:

View File

@@ -37,8 +37,9 @@
*/
/*** MODULEINFO
<defaultenabled>no</defaultenabled>
<depend>syslog</depend>
<support_level>core</support_level>
<support_level>deprecated</support_level>
***/
#include "asterisk.h"