From sos@sokhapkin.dyndns.org Tue Oct 26 12:55:34 2010 From: Sergey Okhapkin To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] Sanity module documentation error? Date: Tue, 26 Oct 2010 06:56:05 -0400 Message-ID: <201010260656.05254.sos@sokhapkin.dyndns.org> In-Reply-To: <4CC693C2.1010602@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1868769128==" --===============1868769128== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Documentation of auth_db module is wrong too, error codes returned by www_authorize and proxy_authorize are different. On Tuesday 26 October 2010, Daniel-Constantin Mierla wrote: > Hello, > > indeed, the readme was misleading, the function return false when a > check fails. I updated the readme and committed to git. > > Thanks, > Daniel > > On 10/25/10 12:48 AM, Sergey Okhapkin wrote: > > The routing script has > > > > if(sanity_check("1159", "6")) { > > xlog("L_INFO","Bad message from $proto:$si:$sp\n$mb\n"); > > break; > > } > > > > Seems like sanity_check function returns true is sanity check passes, but > > not failed. Am I right? > > > > 0(14085) DEBUG: [receive.c:145]: After parse_msg... > > 0(14085) DEBUG: [receive.c:186]: preparing to run routing > > scripts... 0(14085) DEBUG: [parser/parse_to.c:803]: end of header > > reached, state=10 > > 0(14085) DEBUG: [parser/msg_parser.c:185]: DEBUG: > > get_hdr_field: [35]; uri=[sip:167147511(a)204.74.213.5:5090] > > 0(14085) DEBUG: [parser/msg_parser.c:187]: DEBUG: to body > > [ > > ] > > 0(14085) DEBUG: [parser/msg_parser.c:165]: get_hdr_field: > > cseq: <73> > > 0(14085) DEBUG: [parser/msg_parser.c:199]: DEBUG: get_hdr_body : > > content_length=0 > > 0(14085) DEBUG: [parser/msg_parser.c:101]: found end of header > > 0(14085) DEBUG: [parser/parse_to.c:174]: DEBUG: add_param: > > tag=jzbyj 0(14085) DEBUG: [parser/parse_to.c:803]: end of header > > reached, state=29 > > 0(14085) DEBUG: sanity [mod_sanity.c:217]: all sanity checks passed > > 0(14085) INFO: