Module: kamailio
Branch: master
Commit: e84ee3becbf59a5afc63510596cd62bae36d1962
URL:
https://github.com/kamailio/kamailio/commit/e84ee3becbf59a5afc63510596cd62b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-08-03T19:05:59+02:00
dispatcher: documentation for parallel dispatching algorithm
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/e84ee3becbf59a5afc63510596cd62b…
Patch:
https://github.com/kamailio/kamailio/commit/e84ee3becbf59a5afc63510596cd62b…
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index b5315acc2d..a0d35eec8a 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1040,6 +1040,14 @@ end
</listitem>
<listitem>
<para>
+ <quote>12</quote> - dispatch to all destination in setid at
+ once (parallel forking). Note that the AVPs are no longer set
+ with the values of the destination records, no re-routing
+ making sense in this case.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
<quote>X</quote> - if the algorithm is not implemented, the
first entry in set is chosen.
</para>