Module: kamailio Branch: 5.3 Commit: 3a9ed0aab93d8fd04c33a35eec10481c1b699611 URL: https://github.com/kamailio/kamailio/commit/3a9ed0aab93d8fd04c33a35eec10481c1b699611
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2020-11-27T19:16:44+01:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/rtpengine/README --- Diff: https://github.com/kamailio/kamailio/commit/3a9ed0aab93d8fd04c33a35eec10481c1b699611.diff Patch: https://github.com/kamailio/kamailio/commit/3a9ed0aab93d8fd04c33a35eec10481c1b699611.patch --- diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index edaab1a5bb..f991ddd094 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -1796,21 +1796,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 alogrithm - 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â . 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
_______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev