From e7fa9df74745389e04c91ba3e92adfb9a3334703 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 7 May 2020 17:34:03 +0000 Subject: [PATCH] add QNQ to scanner list * this should NOT be static * we should collect and auto-add new --- kamailio/sanity.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/kamailio/sanity.cfg b/kamailio/sanity.cfg index 894c35e..8db6d89 100644 --- a/kamailio/sanity.cfg +++ b/kamailio/sanity.cfg @@ -60,6 +60,7 @@ route[SANITY_CHECK] $ua == "pplsip" || $ua =~ "NiceGuy" || $ua =~ "PortSIP" || + $ua =~ "QNQ" || $ua =~ "sipcli" ) { xlog("L_WARN", "$ci|end|dropping message with user-agent $ua from $si:$sp\n"); drop;