Module: kamailio Branch: master Commit: 485353fb5a8fa72d436cf763f27967e4e92b8d51 URL: https://github.com/kamailio/kamailio/commit/485353fb5a8fa72d436cf763f27967e4e92b8d51
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-01-06T13:16:43+01:00 outbound/doc: Fix logic error --- Modified: src/modules/outbound/doc/outbound_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/485353fb5a8fa72d436cf763f27967e4e92b8d51.diff Patch: https://github.com/kamailio/kamailio/commit/485353fb5a8fa72d436cf763f27967e4e92b8d51.patch --- diff --git a/src/modules/outbound/doc/outbound_admin.xml b/src/modules/outbound/doc/outbound_admin.xml index 0fe4e278b2b..ed458c39495 100644 --- a/src/modules/outbound/doc/outbound_admin.xml +++ b/src/modules/outbound/doc/outbound_admin.xml @@ -213,7 +213,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"); } } @@ -524,4 +524,3 @@ modparam("outbound", "flow_token_secret", "johndoessecretphrase") </section> </chapter> - _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!