[sr-dev] git:master:aaf6c2bd: dispatcher: refrashed description of dispatching algorithm 8

Daniel-Constantin Mierla miconda at gmail.com
Sat Jan 10 11:39:20 CET 2015


Module: kamailio
Branch: master
Commit: aaf6c2bde1d5e3cd4443ed09c3d5767828a4bda4
URL: https://github.com/kamailio/kamailio/commit/aaf6c2bde1d5e3cd4443ed09c3d5767828a4bda4

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-01-10T11:39:01+01:00

dispatcher: refrashed description of dispatching algorithm 8

- priority based selection

---

Modified: modules/dispatcher/doc/dispatcher_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/aaf6c2bde1d5e3cd4443ed09c3d5767828a4bda4.diff
Patch: https://github.com/kamailio/kamailio/commit/aaf6c2bde1d5e3cd4443ed09c3d5767828a4bda4.patch

---

diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml
index 1a86eab..8b730ca 100644
--- a/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/modules/dispatcher/doc/dispatcher_admin.xml
@@ -868,7 +868,7 @@ modparam("dispatcher", "force_dst", 1)
 			</listitem>
 			<listitem>
 				<para>
-				<quote>6</quote> - random (using rand()).
+				<quote>6</quote> - random destination (using rand()).
 				</para>
 			</listitem>
 			<listitem>
@@ -879,7 +879,8 @@ modparam("dispatcher", "force_dst", 1)
 			</listitem>
 			<listitem>
 				<para>
-				<quote>8</quote> - use first destination (good for failover).
+				<quote>8</quote> - select destination sorted by priority
+				attribute value (serial forking ordered by priority).
 				</para>
 			</listitem>
 			<listitem>




More information about the sr-dev mailing list