Module: kamailio Branch: master Commit: d461ab91f84cffe8c2855e72422415f06233c7ba URL: https://github.com/kamailio/kamailio/commit/d461ab91f84cffe8c2855e72422415f0...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2021-03-15T13:01:35+01:00
modules: readme files regenerated - usrloc ... [skip ci]
---
Modified: src/modules/usrloc/README
---
Diff: https://github.com/kamailio/kamailio/commit/d461ab91f84cffe8c2855e72422415f0... Patch: https://github.com/kamailio/kamailio/commit/d461ab91f84cffe8c2855e72422415f0...
---
diff --git a/src/modules/usrloc/README b/src/modules/usrloc/README index d075042834..bcabbe4db2 100644 --- a/src/modules/usrloc/README +++ b/src/modules/usrloc/README @@ -97,6 +97,7 @@ Carsten Bock 3.55. ka_timeout (int) 3.56. ka_loglevel (int) 3.57. ka_logmsg (str) + 3.58. load_rank (int)
4. RPC Commands
@@ -201,6 +202,7 @@ Carsten Bock 1.55. Set ka_timeout parameter 1.56. ka_loglevel parameter usage 1.57. ka_logmsg parameter usage + 1.58. load_rank parameter usage
Chapter 1. Admin Guide
@@ -274,6 +276,7 @@ Chapter 1. Admin Guide 3.55. ka_timeout (int) 3.56. ka_loglevel (int) 3.57. ka_logmsg (str) + 3.58. load_rank (int)
4. RPC Commands
@@ -410,6 +413,7 @@ Chapter 1. Admin Guide 3.55. ka_timeout (int) 3.56. ka_loglevel (int) 3.57. ka_logmsg (str) + 3.58. load_rank (int)
3.1. nat_bflag (int)
@@ -1215,6 +1219,18 @@ modparam("usrloc", "ka_loglevel", 1) modparam("usrloc", "ka_logmsg", " to-uri: [$tu] remote-addr: [$sas]") ...
+3.58. load_rank (int) + + Allows to set the rank of the child SIP worker to load the location + records. + + Default value is “1” (PROC_SIPINIT). + + Example 1.58. load_rank parameter usage +... +modparam("usrloc", "load_rank", 1) +... + 4. RPC Commands
4.1. ul.dump