[sr-dev] git:master: examples: Make S-CSCF more quiet

admin at sip-router.org admin at sip-router.org
Mon Jun 24 22:13:55 CEST 2013


Module: sip-router
Branch: master
Commit: 756620fd0c1912e492781f05fde944f9035d95b3
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=756620fd0c1912e492781f05fde944f9035d95b3

Author: Carsten Bock <carsten at ng-voice.com>
Committer: Carsten Bock <carsten at ng-voice.com>
Date:   Mon Jun 24 22:13:26 2013 +0200

examples: Make S-CSCF more quiet

---

 examples/scscf/kamailio.cfg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/scscf/kamailio.cfg b/examples/scscf/kamailio.cfg
index 6a34006..f3b3cac 100644
--- a/examples/scscf/kamailio.cfg
+++ b/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");




More information about the sr-dev mailing list