i did try and doesnt seem to go to the second one :(

Sent with [Proton Mail](https://proton.me/) secure email.

------- Original Message -------
On Wednesday, December 7th, 2022 at 5:42 PM, nutxase via Users 
<users@lists.opensips.org> wrote:

> Hi Guys
>
> How can i make it that if an invite comes in and the location is not found 
> that it will then try look again for the location before sending 404?
>
> i have tried
>
> if (!mid_registrar_lookup("location")) {
> sleep (5);
> if (!mid_registrar_lookup("location")) {
> t_reply(404, "Not Found");
> }
> }
>
> Sent with [Proton Mail](https://proton.me/) secure email.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to