From 13df967a6dd650a0e48496d4cddadce05dd37d4a Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 20 Mar 2019 23:07:10 +0000 Subject: [PATCH] fix antiflood rate log --- kamailio/antiflood-role.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamailio/antiflood-role.cfg b/kamailio/antiflood-role.cfg index edb0455..3a98318 100644 --- a/kamailio/antiflood-role.cfg +++ b/kamailio/antiflood-role.cfg @@ -52,7 +52,7 @@ route[ANTIFLOOD_RATE_LIMIT] xlog("L_WARN", "$ci|end|dropping request from $fu due to rate of requests with source $si:$sp\n"); drop(); } else { - xlog("L_WARN", "$ci|end|request from $fu exceeded rate of requests with source $si:$sp\n"); + xlog("L_WARN", "$ci|allowed|request from $fu exceeded rate of requests with source $si:$sp\n"); } } }