...
|
...
|
@@ -1796,21 +1796,17 @@ modparam("rtpengine", "control_cmd_tos", 144)
|
1796
|
1796
|
4.72. hash_algo (integer)
|
1797
|
1797
|
|
1798
|
1798
|
Hashing algorithm to be used in node selection algorithm. Now there are
|
1799
|
|
- 2 possibilities: legacy algorithm - 0(very basic hash over callid),
|
1800
|
|
- SHA1 - 1(apply sha1 over the callid and calculate hash) or CRC32 -
|
1801
|
|
- 2(calculate crc32 sum over the callid).
|
|
1799
|
+ 2 possibilities: legacy alogrithm - 0(very basic hash over callid) or
|
|
1800
|
+ SHA1 - 1(apply sha1 over the callid and calculate hash).
|
1802
|
1801
|
|
1803
|
1802
|
Default value is 0, legacy algorithm.
|
1804
|
1803
|
|
1805
|
|
- The values not falling into the range “0-2” are ignored.
|
|
1804
|
+ The values not falling into the range “0-1” .
|
1806
|
1805
|
|
1807
|
1806
|
Example 1.73. Set control_cmd_tos parameter
|
1808
|
1807
|
...
|
1809
|
1808
|
### use SHA1 instead of legacy algorithm
|
1810
|
1809
|
modparam("rtpengine", "hash_algo", 1)
|
1811
|
|
-
|
1812
|
|
-### use CRC32 instead of legacy algorithm
|
1813
|
|
-modparam("rtpengine", "hash_algo", 2)
|
1814
|
1810
|
...
|
1815
|
1811
|
|
1816
|
1812
|
5. Functions
|