Module: kamailio Branch: master Commit: aaf6c2bde1d5e3cd4443ed09c3d5767828a4bda4 URL: https://github.com/kamailio/kamailio/commit/aaf6c2bde1d5e3cd4443ed09c3d57678...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/aaf6c2bde1d5e3cd4443ed09c3d57678... Patch: https://github.com/kamailio/kamailio/commit/aaf6c2bde1d5e3cd4443ed09c3d57678...
---
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>