From d0da78960e61aca42e75ba346b76616b59a16e86 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Fri, 27 Nov 2020 19:16:29 +0100 Subject: [PATCH] modules: readme files regenerated - modules ... [skip ci] --- src/modules/rtpengine/README | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index 0483ddd2730..00e3746ffe5 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -1804,21 +1804,17 @@ modparam("rtpengine", "control_cmd_tos", 144) 4.72. hash_algo (integer) Hashing algorithm to be used in node selection algorithm. Now there are - 2 possibilities: legacy algorithm - 0(very basic hash over callid), - SHA1 - 1(apply sha1 over the callid and calculate hash) or CRC32 - - 2(calculate crc32 sum over the callid). + 2 possibilities: legacy algorithm - 0(very basic hash over callid) or + SHA1 - 1(apply sha1 over the callid and calculate hash). Default value is 0, legacy algorithm. - The values not falling into the range “0-2” are ignored. + The values not falling into the range “0-1” are ignored. Example 1.73. Set control_cmd_tos parameter ... ### use SHA1 instead of legacy algorithm modparam("rtpengine", "hash_algo", 1) - -### use CRC32 instead of legacy algorithm -modparam("rtpengine", "hash_algo", 2) ... 5. Functions