mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-03 19:52:13 +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
|
* A new AMI action, PJSIPShowAuths, has been added which displays information
|
||||||
about all configured PJSIP Auths.
|
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 ------------
|
--- 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"
|
- The ContactInfo event's contact_status field is now set to "NonQualified"
|
||||||
when a contact exists but has not been qualified.
|
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:
|
New in 15.0.0:
|
||||||
|
|
||||||
Build System:
|
Build System:
|
||||||
|
|||||||
@@ -37,8 +37,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*** MODULEINFO
|
/*** MODULEINFO
|
||||||
|
<defaultenabled>no</defaultenabled>
|
||||||
<depend>syslog</depend>
|
<depend>syslog</depend>
|
||||||
<support_level>core</support_level>
|
<support_level>deprecated</support_level>
|
||||||
***/
|
***/
|
||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user