瀏覽代碼

kamailio.cfg: added via1 sanity check in default config

Daniel-Constantin Mierla 7 年之前
父節點
當前提交
c4ce16fce6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}