Hi everyone

If I use do_routing() in an if statement like this:

if (is_from_gw("2") && do_routing("3")) {
    set flag(EXT_TPTY);
    ...
}

Do I need to call do_routing() again before actually routing the call?

Many thanks
Mark.
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to