Use only auth for qop during IMS authentication

This commit is contained in:
herlesupreeth
2023-12-14 09:18:35 +01:00
parent 59b71296ed
commit 0c93f2b083

View File

@@ -291,6 +291,7 @@ modparam("ims_auth", "auth_data_timeout", 600000)
modparam("ims_auth", "auth_used_vector_timeout", 600000)
modparam("ims_auth", "av_request_at_once", 1)
modparam("ims_auth", "av_request_at_sync", 1)
modparam("ims_auth", "registration_qop", "auth")
# -- ims_registrar_scscf params --
#!ifdef WITH_DEBUG