Module: kamailio Branch: master Commit: a83bd94d8304bc961b468ba5f1e073ef73b9233c URL: https://github.com/kamailio/kamailio/commit/a83bd94d8304bc961b468ba5f1e073ef73b9233c
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-07-02T11:43:19+02:00 etc/kamailio.cfg: updated comment when blocking 401/407 from downstream --- Modified: etc/kamailio.cfg --- Diff: https://github.com/kamailio/kamailio/commit/a83bd94d8304bc961b468ba5f1e073ef73b9233c.diff Patch: https://github.com/kamailio/kamailio/commit/a83bd94d8304bc961b468ba5f1e073ef73b9233c.patch --- diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index 43c16b796b2..c8ea4f209d1 100644 --- a/etc/kamailio.cfg +++ b/etc/kamailio.cfg @@ -1092,7 +1092,7 @@ failure_route[MANAGE_FAILURE] { #!endif #!ifdef WITH_BLOCK401407 - # block call redirect based on 401, 407 replies. + # block downstream auth based on 401, 407 replies. if (t_check_status("401|407")) { t_reply("404", "Not found"); exit; _______________________________________________ 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!