diff --git a/src/modules/registrar/doc/registrar_admin.xml b/src/modules/registrar/doc/registrar_admin.xml index 4575bbaf9bf..e3140965d43 100644 --- a/src/modules/registrar/doc/registrar_admin.xml +++ b/src/modules/registrar/doc/registrar_admin.xml @@ -1100,6 +1100,46 @@ request_route { + + +
+ <varname>use_expired_contacts</varname> (int) + + + Allow/Disallow the usage of the expired contacts. + + + + + + 0 Disallow the usage of the expired contacts. + + + + + 1 Allow the usage of the expired contacts. + + + + + + + Default value is 0 (Disallow). + + + + + Set <varname>use_expired_contacts</varname> parameter + +... +modparam("registrar", "use_expired_contacts", 1) +... + +kamcmd cfg.set_now_int registrar use_expired_contacts 1 +kamcmd cfg.set_now_int registrar use_expired_contacts 0 + + +