Module: kamailio
Branch: master
Commit: c4ce16fce6da24e6dc7e732117419cf3ce788d56
URL:
https://github.com/kamailio/kamailio/commit/c4ce16fce6da24e6dc7e732117419cf…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
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/c4ce16fce6da24e6dc7e732117419cf…
Patch:
https://github.com/kamailio/kamailio/commit/c4ce16fce6da24e6dc7e732117419cf…
---
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;
}