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

jpVm5jYYRE1VIKL notifications at github.com
Thu Apr 2 13:57:33 CEST 2020


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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2271#issuecomment-607800804
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200402/cfcc18b0/attachment.html>


More information about the sr-dev mailing list