Skip to content

Commit

Permalink
modules: readme files regenerated - uac ... [skip ci]
Browse files Browse the repository at this point in the history
(cherry picked from commit d6eff66)
  • Loading branch information
kamailio-dev authored and henningw committed Aug 13, 2018
1 parent cef1294 commit 97bbdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/uac/README
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 97bbdb6

Please sign in to comment.