diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index 13bef88de15..d17c719eaf1 100644 --- a/etc/kamailio.cfg +++ b/etc/kamailio.cfg @@ -577,7 +577,7 @@ route[REQINIT] { exit; } - if(!sanity_check("1511", "7")) { + if(!sanity_check("17895", "7")) { xlog("Malformed SIP message from $si:$sp\n"); exit; }