Module: kamailio
Branch: master
Commit: 547f06785187a0af5e10ff71c3ed91a1ee300528
URL:
https://github.com/kamailio/kamailio/commit/547f06785187a0af5e10ff71c3ed91a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-12-10T16:46:14+01:00
modules: readme files regenerated - dispatcher ... [skip ci]
---
Modified: src/modules/dispatcher/README
---
Diff:
https://github.com/kamailio/kamailio/commit/547f06785187a0af5e10ff71c3ed91a…
Patch:
https://github.com/kamailio/kamailio/commit/547f06785187a0af5e10ff71c3ed91a…
---
diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index 27d35e78cc..5b029903f4 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -1719,18 +1719,20 @@ kamctl rpc dispatcher.hash 4 bob
server.com
for new calls until an exiting call via that gateway is terminated.
If set to 0, then no active call limit is used.>
* 'weight' - used for weight based load distribution. It must be set
- to a positive integer value beteen 0 and 100. The value represents
- the percent of calls to be sent to that gateways. The sum must not
- exceed 100, otherwise the destinations whose weight added to the
- sum go over 100 are ignored. If the sum is less than 100, then the
- last destination is used to fill the missing percentage. See also
- the description of the corresponding algorithm parameter for
- ds_select_dst().
+ to a positive integer value beteen 1 and 100 (inclusive the
+ limits), otherwise the destination address is ignored (its weight
+ set to 0). The value represents the percent of calls to be sent to
+ that gateways. The sum must not exceed 100, otherwise the
+ destinations whose weight added to the sum go over 100 are ignored.
+ If the sum is less than 100, then the last destination is used to
+ fill the missing percentage. See also the description of the
+ corresponding algorithm parameter for ds_select_dst().
* 'rweight' - used for relative weight based load distribution. It
must be set to a positive integer value between 1 and 100
- (otherwise host will be excluded from relative weight distribution
- type). See also the description of the corresponding algorithm
- parameter for ds_select_dst().
+ (inclusive the limits) otherwise host will be excluded from
+ relative weight distribution type - its rweight is set to 0. See
+ also the description of the corresponding algorithm parameter for
+ ds_select_dst().
* 'socket' - used to set the sending socket for the gateway. It is
used for sending the SIP traffic as well as OPTIONS keepalives.
* 'sockname' - used to set by name the sending socket for the