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