From 13ea0ae72b0213125e8797dbfc143eb1e774726d Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Fri, 5 Oct 2018 21:46:30 +0200 Subject: [PATCH] modules: readme files regenerated - dispatcher ... [skip ci] --- src/modules/dispatcher/README | 2 +- src/modules/presence/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README index 90faef20ac5..c90e631a948 100644 --- a/src/modules/dispatcher/README +++ b/src/modules/dispatcher/README @@ -993,7 +993,7 @@ modparam("dispatcher", "ds_db_extra_attrs", "socket=socket;pref=prefix") 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 - balancing with congestion detection" bellow. + balancing with congestion detection" below. The congestion estimation is done using an EWMA (see ds_latency_estimator_alpha). If all the gateways in a set are above their congestion threshold(weight), the load diff --git a/src/modules/presence/README b/src/modules/presence/README index f40ff9ecd6d..74f1a8f3374 100644 --- a/src/modules/presence/README +++ b/src/modules/presence/README @@ -1272,7 +1272,7 @@ typedef int (get_rules_doc_t)(str* user, str* domain, str** rules_doc); used in obtaining the status of the subscription and processing the notified body. A reference to the document should be put in the auth_rules_doc of the subs_t structure given as a parameter to the - functions described bellow. + functions described below. 4. get_auth_status