Module: kamailio
Branch: master
Commit: 2d8301095e2f87c45ab1365370f5eecce7ba73ee
URL:
https://github.com/kamailio/kamailio/commit/2d8301095e2f87c45ab1365370f5eec…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-09-07T15:31:24+02:00
modules: readme files regenerated - uac ...
---
Modified: modules/uac/README
---
Diff:
https://github.com/kamailio/kamailio/commit/2d8301095e2f87c45ab1365370f5eec…
Patch:
https://github.com/kamailio/kamailio/commit/2d8301095e2f87c45ab1365370f5eec…
---
diff --git a/modules/uac/README b/modules/uac/README
index ac173eb..5f95b70 100644
--- a/modules/uac/README
+++ b/modules/uac/README
@@ -892,9 +892,8 @@ event_route[uac:reply] {
8.6. uac.reg_refresh
Load one record by l_uuid from database for remote registrations. If
- the record exists in memory, its authentication password, flags and
- proxy are updated, otherwise a new record is added. The command has a
- parameter, which is the value of l_uuid field.
+ the record exists in memory, it will be replaced with the new values
+ loaded from database.
Example 1.36. uac.reg_refresh usage
...