Module: kamailio Branch: 5.4 Commit: 18edda18229ee6e75370a078a5deb8f980274e52 URL: https://github.com/kamailio/kamailio/commit/18edda18229ee6e75370a078a5deb8f9...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-11-26T08:16:39+01:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/rtpengine/README
---
Diff: https://github.com/kamailio/kamailio/commit/18edda18229ee6e75370a078a5deb8f9... Patch: https://github.com/kamailio/kamailio/commit/18edda18229ee6e75370a078a5deb8f9...
---
diff --git a/src/modules/rtpengine/README b/src/modules/rtpengine/README index 00e3746ffe..0483ddd273 100644 --- a/src/modules/rtpengine/README +++ b/src/modules/rtpengine/README @@ -1804,17 +1804,21 @@ 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) or - SHA1 - 1(apply sha1 over the callid and calculate hash). + 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).
Default value is 0, legacy algorithm.
- The values not falling into the range “0-1” are ignored. + The values not falling into the range “0-2” 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