From d6eff66b185d442d0848a03c5b4681d6ab74373a Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 13 Aug 2018 20:46:34 +0200 Subject: [PATCH] modules: readme files regenerated - uac ... [skip ci] --- src/modules/uac/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/uac/README b/src/modules/uac/README index b833372b6aa..c3d2711ba45 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -892,7 +892,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: @@ -913,7 +913,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.36. uac.reg_enable usage @@ -926,7 +926,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.37. uac.reg_disable usage