Browse Source

modules: readme files regenerated - outbound ... [skip ci]

Kamailio Dev 8 months ago
parent
commit
fbed7b5b6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/outbound/README

+ 1 - 1
src/modules/outbound/README

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