Module: sip-router
Branch: master
Commit: 756620fd0c1912e492781f05fde944f9035d95b3
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=756620f…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)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");