Hi,

Is it possible to know (inside a failure_route[] block), which timeout caused 
to land up in the failure_route?

# E.g. in the main route, I have:
if(is_method("INVITE")){
    ...
    ...
    $T_fr_timeout=8;
    $T_fr_inv_timeout=30;
    t_on_failure("1");
    t_relay();
    exit;
}

# And in failure_route:
failure_route[1] {
    # How to know if $T_fr_timeout or $T_fr_inv_timeout caused this failure?
}

Any tips?

Thanks.
Best Regards,
- Gary


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

Reply via email to