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