[sr-dev] git:4.2:a30cfc6c: dispatcher: refrashed description of dispatching algorithm 8

Daniel-Constantin Mierla miconda at gmail.com
Thu Jan 15 20:21:15 CET 2015


Module: kamailio
Branch: 4.2
Commit: a30cfc6c928721f32f1d0692f89e4183d468d614
URL: https://github.com/kamailio/kamailio/commit/a30cfc6c928721f32f1d0692f89e4183d468d614

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-01-15T20:12:20+01:00

dispatcher: refrashed description of dispatching algorithm 8

- priority based selection

(cherry picked from commit aaf6c2bde1d5e3cd4443ed09c3d5767828a4bda4)

---

Modified: modules/dispatcher/doc/dispatcher_admin.xml

---

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

---

diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml
index 0159189..ce27422 100644
--- a/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/modules/dispatcher/doc/dispatcher_admin.xml
@@ -802,7 +802,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>
@@ -813,7 +813,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