Steve Davies writes:
Trying to find a way to detect the case where t_relay
fails but doesn't
call the failure block.
daniel did some work on this recently when i brought the issue up
regarding dead tcp destinations.
it is now possible to set
t_on_branch_failure("something");
and if t_relay() fails to tcp destination, route block
event_route [tm:branch-failure:something]
gets executed after a timeout.
is your problem something else?
-- juha