<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Aptos;
        panose-1:2 11 0 4 2 2 2 2 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:12.0pt;
        font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"Préformaté HTML Car";
        margin:0cm;
        font-size:10.0pt;
        font-family:"Courier New";}
span.PrformatHTMLCar
        {mso-style-name:"Préformaté HTML Car";
        mso-style-priority:99;
        mso-style-link:"Préformaté HTML";
        font-family:Consolas;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=FR link=blue vlink=purple style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>Thanks Liviu,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>See you in valencia !<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'><o:p> </o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span style='font-family:"Calibri",sans-serif;color:black'>De : </span></b><span style='font-family:"Calibri",sans-serif;color:black'>Liviu Chircu <liviu@opensips.org><br><b>Date : </b>lundi 8 avril 2024 à 12:23<br><b>À : </b>OpenSIPS users mailling list <users@lists.opensips.org>, Alain Bieuzent <alain.bieuzent@free.fr><br><b>Objet : </b>Re: [OpenSIPS-Users] log_next_state_dlg: bogus event 8 in state 5<o:p></o:p></span></p></div><div><p class=MsoNormal><o:p> </o:p></p></div><p>Hi Alain,<o:p></o:p></p><p>Event 8 stands for DLG_EVENT_REQ in the C code, which means: "mid-dialog request".<o:p></o:p></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.<o:p></o:p></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).<o:p></o:p></p><p>Best regards,<o:p></o:p></p><pre>Liviu Chircu<o:p></o:p></pre><pre><a href="http://www.twitter.com/liviuchircu">www.twitter.com/liviuchircu</a> | <a href="http://www.opensips-solutions.com">www.opensips-solutions.com</a><o:p></o:p></pre><pre>OpenSIPS Summit 2024 Valencia, May 14-17 | <a href="http://www.opensips.org/events">www.opensips.org/events</a><o:p></o:p></pre><div><p class=MsoNormal>On 05.04.2024 12:46, Alain Bieuzent wrote:<o:p></o:p></p></div><blockquote style='margin-top:5.0pt;margin-bottom:5.0pt'><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt'>WARNING:dialog:log_next_state_dlg: bogus event 8 in state 5 for dlg</span><o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='font-size:11.0pt'>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><o:p></o:p></p></blockquote></div></body></html>