فهرست منبع

examples: Make S-CSCF more quiet

Carsten Bock 12 سال پیش
والد
کامیت
756620fd0c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      examples/scscf/kamailio.cfg

+ 2 - 2
examples/scscf/kamailio.cfg

@@ -235,6 +235,7 @@ modparam("ims_auth", "registration_default_algorithm", REG_AUTH_DEFAULT_ALG)
 modparam("ims_auth", "cxdx_forced_peer", CXDX_FORCED_PEER)
 #!endif
 modparam("ims_auth", "cxdx_dest_realm", NETWORKNAME)
+modparam("ims_auth", "av_check_only_impu", 1)
 
 # -- ims_registrar_scscf params --
 #!ifdef WITH_DEBUG
@@ -480,8 +481,7 @@ route[REGISTER] {
                         exit;
                 }
 	} else {
-		xlog("L_ERR", "Auth succeeded\n");
-		setdebug("9");
+		xlog("L_DBG", "Auth succeeded\n");
 		# We need to check if this user is registered or not
 		if (!impu_registered("location")) {
 			xlog("L_ERR", "Not REGISTERED\n");