Module: kamailio Branch: 5.4 Commit: d0da78960e61aca42e75ba346b76616b59a16e86 URL: https://github.com/kamailio/kamailio/commit/d0da78960e61aca42e75ba346b76616b59a16e86
Author: Kamailio Dev <[email protected]> Committer: Kamailio Dev <[email protected]> Date: 2020-11-27T19:16:29+01:00 modules: readme files regenerated - modules ... [skip ci] --- Modified: src/modules/rtpengine/README --- Diff: https://github.com/kamailio/kamailio/commit/d0da78960e61aca42e75ba346b76616b59a16e86.diff Patch: https://github.com/kamailio/kamailio/commit/d0da78960e61aca42e75ba346b76616b59a16e86.patch --- diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index 0483ddd273..00e3746ffe 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
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
