Hi, So I have this in my opensips.cfg
if ( !do_routing($(avp(drgID){s.int}),,,,,$var(gw_attributes)) ) {
send_reply(404,"No Route found");
exit;
}
And I know that do_routing will match on the longer prefix on dr_rules
table first.
My question is
Now after failing on all the routes, can we still do another do_routing
with shorter prefix matching?
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
