Module: kamailio
Branch: master
Commit: aca63625a97cf3934b79d5207f12e7802a17b288
URL:
https://github.com/kamailio/kamailio/commit/aca63625a97cf3934b79d5207f12e78…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-03-12T13:31:35+01:00
modules: readme files regenerated - usrloc ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff:
https://github.com/kamailio/kamailio/commit/aca63625a97cf3934b79d5207f12e78…
Patch:
https://github.com/kamailio/kamailio/commit/aca63625a97cf3934b79d5207f12e78…
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README
index ffd557e563..db70cdbad4 100644
--- a/src/modules/usrloc/README
+++ b/src/modules/usrloc/README
@@ -1001,7 +1001,12 @@ modparam("usrloc", "rm_expired_delay", 30)
3.47. server_id_filter (int)
- Enable (1) or disable (0) filter records by server_id on load.
+ Enable (1) or disable (0) filter records by server_id on load and
+ during cleaning of expired db records. It could be usefull when you
+ want to use the same location table for several kamailio instances
+ which are configured to work in db_mode=1 or db_mode=2 (cache modes).
+ Otherwise one instance of proxy cleans records made by another proxy
+ and that breaks its cache.
Default value is “0”.