Module: kamailio
Branch: master
Commit: d6eff66b185d442d0848a03c5b4681d6ab74373a
URL:
https://github.com/kamailio/kamailio/commit/d6eff66b185d442d0848a03c5b4681d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-08-13T20:46:34+02:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff:
https://github.com/kamailio/kamailio/commit/d6eff66b185d442d0848a03c5b4681d…
Patch:
https://github.com/kamailio/kamailio/commit/d6eff66b185d442d0848a03c5b4681d…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index b833372b6a..c3d2711ba4 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