Module: kamailio
Branch: master
Commit: 76bb9bb7cbdcd900339afa7192eaefd71fc75790
URL: https://github.com/kamailio/kamailio/commit/76bb9bb7cbdcd900339afa7192eaefd…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-10-23T22:16:12+02:00
modules: readme files regenerated - dispatcher ... [skip ci]
---
Modified: src/modules/dispatcher/README
---
Diff: https://github.com/kamailio/kamailio/commit/76bb9bb7cbdcd900339afa7192eaefd…
Patch: https://github.com/kamailio/kamailio/commit/76bb9bb7cbdcd900339afa7192eaefd…
---
diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index 2d07fe7669..7f43b5c42b 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -1091,7 +1091,7 @@ modparam("dispatcher", "reload_delta", 1)
failing distribution will be changed to 33/67/0.
Using this algorithm, you can also enable congestion control
by setting the attibute 'cc=1', when 'cc' is enabled the
- 'rweight' attribute will also be used to control congestion
+ 'weight' attribute will also be used to control congestion
tolerance. When facing congestion the weight of a gateway is
lowered by 1 for every ms of estimated congestion, a 'rweight'
value of 50 is recommended. See the example "configuring load
#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
#### Type Of Change
- [x] refactoring, and better handling of miss configuration
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [] Tested changes locally
#### Description
- decouple latency update with congestion control further
- decouple congestion control with weighted congestion control and make
sure that miss-configuration (no positive weight and/or no cc attributes) are handle
gracefully)
- fix an error in the doc
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2521
-- Commit Summary --
* dispatcher: congestion control refactoring
-- File Changes --
M src/modules/dispatcher/dispatch.c (72)
M src/modules/dispatcher/doc/dispatcher_admin.xml (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2521.patchhttps://github.com/kamailio/kamailio/pull/2521.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/2521
Module: kamailio
Branch: 5.4
Commit: e93717fe95f39c5832e4bc380fe4a1d24a4e977b
URL: https://github.com/kamailio/kamailio/commit/e93717fe95f39c5832e4bc380fe4a1d…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-10-23T11:17:14+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/registrar/README
Modified: src/modules/secsipid/README
---
Diff: https://github.com/kamailio/kamailio/commit/e93717fe95f39c5832e4bc380fe4a1d…
Patch: https://github.com/kamailio/kamailio/commit/e93717fe95f39c5832e4bc380fe4a1d…
---
diff --git a/src/modules/registrar/README b/src/modules/registrar/README
index f4f5ccae0d..7df142cb00 100644
--- a/src/modules/registrar/README
+++ b/src/modules/registrar/README
@@ -959,8 +959,9 @@ kamcmd cfg.set_now_int registrar use_expired_contacts 0
location records (in usrloc) depending on Contact and Expires header
fields in the REGISTER message. On success and when called from the
REQUEST_ROUTE, “200 OK” will be returned listing all contacts that are
- currently in the location database. On an error, an error message will
- be sent with a short description in reason phrase.
+ currently in the location database. As a side effect, also branch flags
+ are stored in usrloc. On an error, an error message will be sent with a
+ short description in reason phrase.
Meaning of the parameters is as follows:
* domain - Logical domain within the registrar. If a database is used
@@ -1008,7 +1009,8 @@ save("location", "0x00", "sip:test@kamailio.org");
no such contacts, -1 will be returned. If there are such contacts,
Request-URI will be overwritten with the contact that has the highest q
value and optionally the rest will be appended to the message
- (depending on append_branches parameter value).
+ (depending on append_branches parameter value). As a side effect, also
+ branch flags are restored from usrloc.
If the method_filtering option is enabled and request is initial
request without to-tag, the lookup function will return only the
diff --git a/src/modules/secsipid/README b/src/modules/secsipid/README
index f2a4bc98e9..a58d511078 100644
--- a/src/modules/secsipid/README
+++ b/src/modules/secsipid/README
@@ -133,7 +133,7 @@ modparam("secsipid", "timeout", 2)
downloading the key using the URL from "info" parameter of the Identity
header, using the value od "timeout" parameter to limit the download
time. The validity of the JWT body in the Identity header is also
- checjed against the "expire" parameter.
+ checked against the "expire" parameter.
The parameters can contain pseudo-variables.