[sr-dev] [kamailio/kamailio] Kamailio ignore 404 as part of transaction during REGISTER (#2271)

Daniel-Constantin Mierla notifications at github.com
Thu Apr 2 11:25:23 CEST 2020


`false` is an alias to `0`, but the return code of functions is different.

Use `if(!function())` to test for its `false` meaning or `if(function())` for its `true` meaning. See core cookbook in the wiki for more details about the return code interpretation.

If you have more questions, write email to sr-users at lists.kamailio.org, that's the forum to discuss about using kamailio. The tracker here is used to report only bugs to source code. If it proves to be something related to code, it can be reopened, but now it seems to be a config issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2271#issuecomment-607728824
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200402/2dcb5258/attachment.html>


More information about the sr-dev mailing list