瀏覽代碼

modules: readme files regenerated - drouting ... [skip ci]

Kamailio Dev 8 年之前
父節點
當前提交
30f1c139a1
共有 1 個文件被更改,包括 5 次插入8 次删除
  1. 5 8
      src/modules/drouting/README

+ 5 - 8
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