<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/7901">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cdr_syslog: Deprecate unmaintained module<br><br>There has been an open issue against cdr_syslog (ASTERISK~14441) about<br>a race condition for 7.5 years that has never been addressed. Because<br>this module is effectively unmaintained and currently broken, there is<br>no sense in keeping it around.<br><br>If logging CDRs to syslog is a desirable feature, it would probably be<br>better to write the logs directly to the syslog server via socket<br>instead of using the facilities provided by openlog/syslog/closelog.<br>Doing so would address the race condition referenced in the associated<br>issue.<br><br>Change-Id: Ic77b94cd97f355a9cf5b1d3f3444964a6e0ba5dc<br>---<br>M cdr/cdr_syslog.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/01/7901/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/cdr/cdr_syslog.c b/cdr/cdr_syslog.c<br>index bbe2652..4462524 100644<br>--- a/cdr/cdr_syslog.c<br>+++ b/cdr/cdr_syslog.c<br>@@ -38,7 +38,7 @@<br> <br> /*** MODULEINFO<br>         <depend>syslog</depend><br>-  <support_level>core</support_level><br>+      <support_level>deprecated</support_level><br> ***/<br> <br> #include "asterisk.h"<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7901">change 7901</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/7901"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ic77b94cd97f355a9cf5b1d3f3444964a6e0ba5dc </div>
<div style="display:none"> Gerrit-Change-Number: 7901 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>