Merge "cdr_syslog: Deprecate unmaintained module"

pull/9/head
Jenkins2 8 years ago committed by Gerrit Code Review
commit 2e7c472b38

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

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

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

Loading…
Cancel
Save