소스 검색

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

Kamailio Dev 8 달 전
부모
커밋
fbed7b5b6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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");
         }
 }