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”.
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
In usrloc module we have server_id_filter parameter which switches on filtering of location records by server id during load. This fix improves this functionality to use this filter in cleanup procedure to avoid cleaning of expired db records which are written by another kamailio instance to keep their cache correct.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1480
-- Commit Summary --
* usrloc: cleanup by server_id.
-- File Changes --
M src/modules/usrloc/README (4)
M src/modules/usrloc/doc/usrloc_admin.xml (4)
M src/modules/usrloc/udomain.c (19)
M src/modules/usrloc/usrloc_mod.c (2)
M src/modules/usrloc/usrloc_mod.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1480.patchhttps://github.com/kamailio/kamailio/pull/1480.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1480