Skip to content

Commit

Permalink
modules: readme files regenerated - modules ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Nov 26, 2020
1 parent bc1cf60 commit 18edda1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/modules/rtpengine/README
Expand Up @@ -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
Expand Down

0 comments on commit 18edda1

Please sign in to comment.