|
@@ -42,7 +42,7 @@ route{
|
|
|
# wait until timer hits
|
|
|
seturi("sip:[email protected]");
|
|
|
append_branch("sip:[email protected]:9");
|
|
|
- # if we do not get a positive reply, continue at reply_route[1]
|
|
|
+ # if we do not get a positive reply, continue at failure_route[1]
|
|
|
t_on_failure("1");
|
|
|
# forward the request to all destinations in destination set now
|
|
|
t_relay();
|
|
@@ -52,7 +52,7 @@ failure_route[1] {
|
|
|
# forwarding failed -- try again at another destination
|
|
|
append_branch("sip:[email protected]");
|
|
|
log(1, "first redirection\n");
|
|
|
- # if this alternative destination fails too, proceed to reply_route[2]
|
|
|
+ # if this alternative destination fails too, proceed to failure_route[2]
|
|
|
t_on_failure("2");
|
|
|
t_relay();
|
|
|
}
|