Module: kamailio Branch: master Commit: 30f1c139a144fd321f4c91928f2976a42d791733 URL: https://github.com/kamailio/kamailio/commit/30f1c139a144fd321f4c91928f2976a4...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2017-08-14T08:46:55+02:00
modules: readme files regenerated - drouting ... [skip ci]
---
Modified: src/modules/drouting/README
---
Diff: https://github.com/kamailio/kamailio/commit/30f1c139a144fd321f4c91928f2976a4... Patch: https://github.com/kamailio/kamailio/commit/30f1c139a144fd321f4c91928f2976a4...
---
diff --git a/src/modules/drouting/README b/src/modules/drouting/README index e7e429500e..8e45c5ecf1 100644 --- a/src/modules/drouting/README +++ b/src/modules/drouting/README @@ -573,10 +573,11 @@ modparam("drouting", "drl_table", "my_gw_lists") tried in the given order; Ex: list 1,2;3,4,5;6 will lead to usage as 1,2,3,4,5,6 * 1 - the destinations from each group are randomly arranged (only - the two elements are randomly selected); groups do maintain their - order (as given); the resulting list is used (with all the defined - destinations). Ex: 1,2;3,4,5;6 -> randomizer -> (A) 2,1;4,3,5;6 -> - usage 2,1,4,3,5,6 (B) 1,2;3,5,4;6 -> usage 1,2,3,5,4,6 + the two first elements are randomly selected); groups do maintain + their order (as given); the resulting list is used (with all the + defined destinations). Ex: 1,2;3,4,5;6 -> randomizer -> (A) + 2,1;4,3,5;6 -> usage 2,1,4,3,5,6 (B) 1,2;3,5,4;6 -> usage + 1,2,3,5,4,6 * 2 - from each destination group, only a single destination is randomly selected; groups do maintain their order (as given); Ex: 1,2;3,4,5;6 -> randomizer -> @@ -699,10 +700,6 @@ modparam("drouting", "force_dns", 0) Enable monitoring of GW/destinations using keepalive module. Destinations found unavailable will not be used on do_routing() call.
- NOTE: this option is only compatible with <em>sort_order</em> 0 - currently. With sort_order value of 1 or 2, destinations status will - simply be ignored. - Default value is “0 (disabled)”.
Example 1.15. Set enable_keepalive parameter