|
@@ -256,7 +256,7 @@ onreply_route {
|
|
}
|
|
}
|
|
|
|
|
|
failure_route[FAIL_OUTBOUND] {
|
|
failure_route[FAIL_OUTBOUND] {
|
|
- if (t_branch_timeout() || !t_branch_replied()) {
|
|
|
|
|
|
+ if (t_branch_timeout() && !t_branch_replied()) {
|
|
send_reply("430", "Flow Failed");
|
|
send_reply("430", "Flow Failed");
|
|
}
|
|
}
|
|
}
|
|
}
|