[sr-dev] git:master:aeec1c26: rtpengine: update README
iionita
ionut-razvan.ionita at 1and1.ro
Sat Jun 22 16:40:57 CEST 2019
Module: kamailio
Branch: master
Commit: aeec1c2620c612bb54ffb4d3347f274e520db072
URL: https://github.com/kamailio/kamailio/commit/aeec1c2620c612bb54ffb4d3347f274e520db072
Author: iionita <ionut-razvan.ionita at 1and1.ro>
Committer: iionita <ionut-razvan.ionita at 1and1.ro>
Date: 2019-06-19T11:23:50+03:00
rtpengine: update README
---
Modified: src/modules/rtpengine/doc/rtpengine_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/aeec1c2620c612bb54ffb4d3347f274e520db072.diff
Patch: https://github.com/kamailio/kamailio/commit/aeec1c2620c612bb54ffb4d3347f274e520db072.patch
---
diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml
index a690d51469..9866f15fe0 100644
--- a/src/modules/rtpengine/doc/rtpengine_admin.xml
+++ b/src/modules/rtpengine/doc/rtpengine_admin.xml
@@ -2008,6 +2008,31 @@ modparam("rtpengine", "control_cmd_tos", "144")
</example>
</section>
+ <section id="rtpengine.p.hash_algo">
+ <title><varname>hash_algo</varname> (integer)</title>
+ <para>
+ Hashing algorithm to be used in node selection algorithm. Now there are 2 possibilities: legacy
+ alogrithm - 0(very basic hash over callid) or SHA1 - 1(apply sha1 over the callid and calculate hash).
+ </para>
+ <para>
+ Default value is 0, legacy algorithm.
+ </para>
+ <para>
+ The values not falling into the range <quote>0-1</quote> .
+ </para>
+ <example>
+ <title>Set <varname>control_cmd_tos</varname> parameter</title>
+<programlisting format="linespecific">
+...
+### use SHA1 instead of legacy algorithm
+modparam("rtpengine", "hash_algo", "1")
+...
+</programlisting>
+ </example>
+ </section>
+
+
+
</section>
More information about the sr-dev
mailing list