<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>that is not a real error, just a message printed at ERROR level
      done by debugger module when cfgtrace is enabled. See:</p>
    <p>  - <a
href="https://www.kamailio.org/docs/modules/stable/modules/debugger.html#dbg.p.cfgtrace">https://www.kamailio.org/docs/modules/stable/modules/debugger.html#dbg.p.cfgtrace</a><br>
       </p>
    <p>As well as:</p>
    <p>  - <a
href="https://www.kamailio.org/docs/modules/stable/modules/debugger.html#dbg.p.log_level">https://www.kamailio.org/docs/modules/stable/modules/debugger.html#dbg.p.log_level</a></p>
    <p>and the parameters that follows it.</p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <div class="moz-cite-prefix">On 23.09.19 15:57, PICCORO McKAY Lenz
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CALci+FRPTSaZLZL2r3c-BT_vM5sCfJyeB-bO=JPQmJHA-Bq+eQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>i have many xtrange errors in the log.. but the code seems
          as i guess completed each rule without error.</div>
        <div><br>
        </div>
        <div>In the kamailio i have that error by example:</div>
        <div>
          <pre style="color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px"><font size="1"><code style="font-family:Mono">Sep 23 13:38:29 ser-server-02 kamailio[2847]: 4(2855) ERROR: *** cfgtrace:request_route=[REGISTRAR] c=[/etc/kamailio/kamailio-devel.cfg] l=692 a=25 n=save
</code></font></pre>
          that line represents a supposed error in the following code,
          BUT that code seem work.. kamailio it’s working perfectly.. so
          i’m worry about it, what it happened?
          <pre style="color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px"><font size="1"><code style="font-family:Mono"># Handle SIP registrations
route[REGISTRAR] { 
        if (!is_method("REGISTER")) return;

                if(isflagset(FLT_NATS))
                {
                        setbflag(FLB_NATB);
                        #!ifdef WITH_NATSIPPING
                        # uncomment next line to do SIP NAT pinging
                        setbflag(FLB_NATSIPPING);
            #!endif
                }
                if (!save("location"))
                        sl_reply_error();
#!ifdef WITH_ASTERISK
        route(REGFWD);
 #!endif

                exit;
        }
</code></font></pre>
          <pre style="color:rgb(0,0,0);font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px"><font size="1"><code style="font-family:Mono">
</code></font></pre>
          why that happened?<br class="gmail-Apple-interchange-newline">
        </div>
        <div><br>
          Lenz McKAY Gerardo (PICCORO)<br>
          <a href="http://qgqlochekone.blogspot.com"
            moz-do-not-send="true">http://qgqlochekone.blogspot.com</a></div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Kamailio (SER) - Users Mailing List
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla -- <a class="moz-txt-link-abbreviated" href="http://www.asipto.com">www.asipto.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.twitter.com/miconda">www.twitter.com/miconda</a> -- <a class="moz-txt-link-abbreviated" href="http://www.linkedin.com/in/miconda">www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, Oct 21-23, 2019, Berlin, Germany -- <a class="moz-txt-link-freetext" href="https://asipto.com/u/kat">https://asipto.com/u/kat</a></pre>
  </body>
</html>