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

Federico Cabiddu notifications at github.com
Thu Apr 2 14:05:15 CEST 2020


As Daniel already replied you, SIP replies are handled in reply routes
based on Via.
You are posting a request route snippet which doesn't handle at all replies.
Please do what has been asked to you, write on the users mailing list and
there people will tell you if it is a bug or not.


On Thu, Apr 2, 2020 at 1:57 PM jpVm5jYYRE1VIKL <notifications at github.com>
wrote:

> Issue i reported is about that kamailio don`t relay 404 from upstream on
> 1st REGISTER.
>
> route[FORWARD]
> {
>     t_on_failure("FAILROUTE");
>     if(!t_relay())
>     {
>         sl_reply_error();
>     }
>
>     drop;
> }
>
>
> Have exactly same behavior reported. I still sure that this is a bug.
>
>> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/kamailio/kamailio/issues/2271#issuecomment-607800804>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AA4KTY25D4AIXLZTUDUAJE3RKR4SZANCNFSM4L2FVCCA>
> .
>


-- 
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-607804602
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200402/154ecb7b/attachment.html>


More information about the sr-dev mailing list