Module: kamailio Branch: master Commit: c4ce16fce6da24e6dc7e732117419cf3ce788d56 URL: https://github.com/kamailio/kamailio/commit/c4ce16fce6da24e6dc7e732117419cf3ce788d56
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2018-09-20T13:07:00+02:00 kamailio.cfg: added via1 sanity check in default config --- Modified: etc/kamailio.cfg --- Diff: https://github.com/kamailio/kamailio/commit/c4ce16fce6da24e6dc7e732117419cf3ce788d56.diff Patch: https://github.com/kamailio/kamailio/commit/c4ce16fce6da24e6dc7e732117419cf3ce788d56.patch --- diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg index 13bef88de1..d17c719eaf 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; } _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
