Use only auth for qop during IMS authentication

This commit is contained in:
herlesupreeth
2023-12-14 09:18:35 +01:00
parent aa78b74f0b
commit b52e7e8e61

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