summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2018-01-09 17:23:54 -0500
committerSean Bright <sean.bright@gmail.com>2018-01-10 09:03:57 -0500
commit9e2fcb82ed2450f41f83f59c8030db8dd90abaaa (patch)
tree088e1c3a189a0031dec67e982825d327ba4ac1c7 /CHANGES
parentd7e90997e487869196d3151c4a3283a0c34f7fcb (diff)
cdr_syslog: Deprecate unmaintained module
There has been an open issue against cdr_syslog (ASTERISK~14441) about a race condition for 7.5 years that has never been addressed. Because this module is effectively unmaintained and currently broken, there is no sense in keeping it around. If logging CDRs to syslog is a desirable feature, it would probably be better to write the logs directly to the syslog server via socket instead of using the facilities provided by openlog/syslog/closelog. Doing so would address the race condition referenced in the associated issue. Change-Id: Ic77b94cd97f355a9cf5b1d3f3444964a6e0ba5dc
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 84344aa87..ec533e831 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 ------------
------------------------------------------------------------------------------