Module: kamailio Branch: 5.0 Commit: 97bbdb67d31e0f4d73f56fc19d01c2152a0af005 URL: https://github.com/kamailio/kamailio/commit/97bbdb67d31e0f4d73f56fc19d01c215...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2018-08-13T21:18:09+02:00
modules: readme files regenerated - uac ... [skip ci]
(cherry picked from commit d6eff66b185d442d0848a03c5b4681d6ab74373a)
---
Modified: src/modules/uac/README
---
Diff: https://github.com/kamailio/kamailio/commit/97bbdb67d31e0f4d73f56fc19d01c215... Patch: https://github.com/kamailio/kamailio/commit/97bbdb67d31e0f4d73f56fc19d01c215...
---
diff --git a/src/modules/uac/README b/src/modules/uac/README index c9a1dca942..59200d70ee 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -838,7 +838,7 @@ event_route[uac:reply] { Return the details of a remote registration record based on a filter. The command has two parameter: attribute and value. The attribute can be: l_uuid, l_username, r_username or auth_username. The value is what - should be matcheg against the value of the attribute in the remote + should be matched against the value of the attribute in the remote registration record.
The state of the registration is reflected in the flags field: @@ -859,7 +859,7 @@ event_route[uac:reply] { Enable a remote registration record based on a filter. The command has two parameter: attribute and value. The attribute can be: l_uuid, l_username, r_username or auth_username. The value is what should be - matcheg against the value of the attribute in the remote registration + matched against the value of the attribute in the remote registration record.
Example 1.33. uac.reg_enable usage @@ -872,7 +872,7 @@ event_route[uac:reply] { Disable a remote registration record based on a filter. The command has two parameter: attribute and value. The attribute can be: l_uuid, l_username, r_username or auth_username. The value is what should be - matcheg against the value of the attribute in the remote registration + matched against the value of the attribute in the remote registration record.
Example 1.34. uac.reg_disable usage