[Serusers] failure_route Limitation?
Atle Samuelsen
clona at camaro.no
Tue Mar 23 15:35:26 CET 2004
Hey guys!
I'v got'n into a weird problem.. if you look at the 2 failure_route
statements I have added, There is not much difrent then the
failure_route[] that has been changed from 9 to 10.. Tho this makes my
config Stop working..
is there a limitation that does this?
failure_route[9] {
if (t_check_status("(408|486|501)")) {
rewritehostport("192.168.0.10:5060");
append_branch();
t_on_failure("11");
t_relay();
};
}
failure_route[10] {
if (t_check_status("(408|486|501)")) {
rewritehostport("192.168.0.10:5060");
append_branch();
t_on_failure("11");
t_relay();
};
}
Here's the output I get when I try start my ser with this..
ser: parse error (754,1-2): invalid reply routingtable number
- Atle
More information about the sr-users
mailing list