Module: kamailio
Branch: 5.1
Commit: c87df98e726cf5acefa4ea6d382602c88dc76919
URL:
https://github.com/kamailio/kamailio/commit/c87df98e726cf5acefa4ea6d382602c…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2018-08-13T21:18:25+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/c87df98e726cf5acefa4ea6d382602c…
Patch:
https://github.com/kamailio/kamailio/commit/c87df98e726cf5acefa4ea6d382602c…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 848279a2c2..a69d481a2f 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