[sr-dev] git:5.4:d0da7896: modules: readme files regenerated - modules ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Fri Nov 27 19:16:37 CET 2020


Module: kamailio
Branch: 5.4
Commit: d0da78960e61aca42e75ba346b76616b59a16e86
URL: https://github.com/kamailio/kamailio/commit/d0da78960e61aca42e75ba346b76616b59a16e86

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
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




More information about the sr-dev mailing list