mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Merge "cdr_syslog: Deprecate unmaintained module"
This commit is contained in:
5
CHANGES
5
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 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user