2011/9/14 Alejandro Ríos Peña <span dir="ltr">&lt;<a href="mailto:aleriospresidente@gmail.com">aleriospresidente@gmail.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi guys,<br><br>You were right! shutting down syslog logging resulted in clean successful tests.  I still don&#39;t have the fix for this, but will post it here when I do.<br></blockquote><div><br>It&#39;s an easy fix<br>

<br>Go into your syslog and put a &quot;-&quot; before the logfile name for the log that opensips writes to. For example if you have an entry that looks like <br><br>This is just to give you an idea, you&#39;ll need to be sure you edit the right line..<br>

<br><br><br>*.=info;*.=notice;*.=warning;\<br>        auth,authpriv.none;\<br>        cron,daemon.none;\<br>        mail,news.none          /var/log/messages<br><br><br>Change it to this:<br><br>*.=info;*.=notice;*.=warning;\<br>

        auth,authpriv.none;\<br>        cron,daemon.none;\<br>        mail,news.none          <span style="background-color: rgb(255, 255, 0);">-</span>/var/log/messages<br></div></div>