Module: kamailio Branch: master Commit: 1b62f165d541cf88fe37778f0e23232e45e86b3d URL: https://github.com/kamailio/kamailio/commit/1b62f165d541cf88fe37778f0e23232e...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-06-19T20:19:38+02:00
dispatcher: docs - more details about using algorithm 12
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/1b62f165d541cf88fe37778f0e23232e... Patch: https://github.com/kamailio/kamailio/commit/1b62f165d541cf88fe37778f0e23232e...
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 3a6c26b41b7..5c36b3ff9f9 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1413,10 +1413,13 @@ modparam("dispatcher", "ds_interval_mode", 7200) </listitem> <listitem> <para> - <quote>12</quote> - dispatch to all destination in setid at + <quote>12</quote> - dispatch to all destinations in setid at once (parallel forking). Note that the XAVPs are no longer set with the values of the destination records, no re-routing - making sense in this case. + making sense in this case. A side effect is that marking the + one destination as inactive is not possible if the transaction fails + (which means that all branches failed, or in other words, all the + destinations were not answering the call). </para> </listitem> <listitem>