Aaron Walsh wrote:
It is possible to override the fr_inv_timer setting at the time of doing the t_relay()? For example, I want to try the first umber for 15 seconds, if that fails, I go into a failure route, and do append_branch() and t_relay() but this time I want to try it for 30 seconds before failure. Is that possible?
Sure just do something like this in your route block: set_sattr("callee_fr_inv_timer", "90"); t_on_failure("4");
That effectively overrides the default timer and sets a new one for that call.