fixup: "Add support for IMS AKA authentication configuration"

This commit is contained in:
Andreas Eversberg 2024-04-25 20:40:45 +02:00
parent a4b431c196
commit dcffb4e1b1
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ int ast_sip_initialize_sorcery_auth(void)
ast_sorcery_object_field_register(sorcery, SIP_SORCERY_AUTH_TYPE, "nonce_lifetime",
"32", OPT_UINT_T, 0, FLDSET(struct ast_sip_auth, nonce_lifetime));
ast_sorcery_object_field_register(sorcery, SIP_SORCERY_AUTH_TYPE, "usim_ami",
"no", OPT_BOOL_T, 0, FLDSET(struct ast_sip_auth, usim_ami));
"no", OPT_BOOL_T, 1, FLDSET(struct ast_sip_auth, usim_ami));
ast_sorcery_object_field_register(sorcery, SIP_SORCERY_AUTH_TYPE, "usim_opc",
"", OPT_STRINGFIELD_T, 0, STRFLDSET(struct ast_sip_auth, usim_opc));
ast_sorcery_object_field_register(sorcery, SIP_SORCERY_AUTH_TYPE, "usim_k",