Explorar o código

kamailio.cfg: added via1 sanity check in default config

Daniel-Constantin Mierla %!s(int64=7) %!d(string=hai) anos
pai
achega
c4ce16fce6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      etc/kamailio.cfg

+ 1 - 1
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;
 	}