Explorar o código

examples: Make S-CSCF more quiet

Carsten Bock %!s(int64=12) %!d(string=hai) anos
pai
achega
756620fd0c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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");