diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml index 07d5467596f..0daac1bdd24 100644 --- a/src/modules/uac/doc/uac_admin.xml +++ b/src/modules/uac/doc/uac_admin.xml @@ -901,6 +901,51 @@ failure_route[REMOTE_AUTH] { +
+ + <function moreinfo="none">uac_reg_enable(attr, val)</function> + + + Enable a remote registration record based on a filter specified by + attribute and value. The attribute can be: l_uuid, l_username, + r_username or auth_username. The value is what should be matched + against the value of the attribute in the remote registration record. + + + The SIP processing is done on the next timer routine. + + + <function>uac_reg_enable</function> usage + +... + uac_reg_enable("l_uuid", "account123"); +... + + +
+ +
+ + <function moreinfo="none">uac_reg_disable(attr, val)</function> + + + Disable a remote registration record based on a filter specified by + attribute and value. The attribute can be: l_uuid, l_username, + r_username or auth_username. The value is what should be matched + against the value of the attribute in the remote registration record. + + + The SIP processing is done on the next timer routine. + + + <function>uac_reg_disable</function> usage + +... + uac_reg_disable("l_uuid", "account123"); +... + + +
Pseudo Variables