Преглед изворни кода

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");