From 30f1c139a144fd321f4c91928f2976a42d791733 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 14 Aug 2017 08:46:55 +0200 Subject: [PATCH] modules: readme files regenerated - drouting ... [skip ci] --- src/modules/drouting/README | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/modules/drouting/README b/src/modules/drouting/README index e7e429500ee..8e45c5ecf13 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 sort_order 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