<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Alain,</p>
    <p>Event 8 stands for DLG_EVENT_REQ in the C code, which means:
      "mid-dialog request".</p>
    <p>I would recommend you don't turn off that warning message,
      because there may be several other events (5? 7? etc.) which could
      reach the same codepath and could be useful hints for
      troubleshooting.  Rather, try to make a <i>monitoring exception</i>
      for the specific "event 8 state 5" warning message in order to
      avoid unwanted alerts.</p>
    <p>PS: as far as the function itself goes, there is no way of
      turning the message off, only by raising the <i>log_level</i> --
      again, not recommended (warnings are useful).<br>
    </p>
    <p>Best regards,<br>
    </p>
    <pre class="moz-signature" cols="72">Liviu Chircu
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/liviuchircu">www.twitter.com/liviuchircu</a> | <a class="moz-txt-link-abbreviated" href="http://www.opensips-solutions.com">www.opensips-solutions.com</a>
OpenSIPS Summit 2024 Valencia, May 14-17 | <a class="moz-txt-link-abbreviated" href="http://www.opensips.org/events">www.opensips.org/events</a></pre>
    <div class="moz-cite-prefix">On 05.04.2024 12:46, Alain Bieuzent
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8F677B45-28CE-42A1-B4BB-D5125B22689C@free.fr">
      <p class="MsoNormal"><span style="font-size:11.0pt" lang="EN-US">WARNING:dialog:log_next_state_dlg:
          bogus event 8 in state 5 for dlg</span></p>
      <p class="MsoNormal"><span style="font-size:11.0pt" lang="EN-US">The
          code works, but I continue to receive these error messages in
          the logs, how can I delete them (without changing the log
          level)?</span></p>
    </blockquote>
  </body>
</html>