소스 검색

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