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