i have many xtrange errors in the log.. but the code seems as i guess completed each rule without error.
In the kamailio i have that error by example:
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
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?
# 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; }
why that happened?
Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com
Hello,
that is not a real error, just a message printed at ERROR level done by debugger module when cfgtrace is enabled. See:
- https://www.kamailio.org/docs/modules/stable/modules/debugger.html#dbg.p.cfg...
As well as:
- https://www.kamailio.org/docs/modules/stable/modules/debugger.html#dbg.p.log...
and the parameters that follows it.
Cheers, Daniel
On 23.09.19 15:57, PICCORO McKAY Lenz wrote:
i have many xtrange errors in the log.. but the code seems as i guess completed each rule without error.
In the kamailio i have that error by example: |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 | 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? |# 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; } | || why that happened?
Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users