Zappasodi Daniele writes:
Cn I change the type of the reply? For example I could
substitute a "302
moved Temporarily" with a "403 Forbidden" in order to avoid the call
divert.
you can do it in failure_route by checking t_check_status("302") and
then generating 403 reply.
-- juha