Yup , just found my answer . 1 failure route for  1 t_relay.
 
So how do i specify my condition ? I can't do it inside the failure route because some checks cannot be done in there.


From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Sam Lee
Sent: Monday, March 19, 2007 4:12 PM
To: users@openser.org
Subject: [Users] Failure routes

Hey guys ,
 
I noticed that only 1 failure routes is valid for a t_relay .
 
Is that true or i've done wrong with my config.
 
What i did was :
 
If condition A {
    t_on_failure("1")
}
 
If condition B {
    T_on_failure("2")
}
 
t_relay
 
If it can't be done , how am i suppose to do condition A or B ?
 
Regards,
Sam