Module: kamailio Branch: master Commit: a70fd487a7509be41e558a9f54efaa7f038fd3e2 URL: https://github.com/kamailio/kamailio/commit/a70fd487a7509be41e558a9f54efaa7f...
Author: denyspozniak denys.pozniak@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-02-27T09:05:03+01:00
dispatcher: more details for use_default param with dispatcher.list file
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a70fd487a7509be41e558a9f54efaa7f... Patch: https://github.com/kamailio/kamailio/commit/a70fd487a7509be41e558a9f54efaa7f...
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index d28324f20d..580959f046 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -301,9 +301,10 @@ modparam("dispatcher", "force_dst", 1) The name of the XAVP which will hold the list with addresses and associated properties, in the order they have been selected by the chosen algorithm. If use_default is 1, the values of last XAVP correspond - to the last address in destination set. The first XAVP is the current - selected destination. All the other addresses from the destination set - will be added in the XAVP list to be able to implement serial forking. + to the last address in destination set. In case of using dispatcher.list file, + you have to set the priority field for each destination to ensure a particular order there. + The first XAVP is the current selected destination. All the other addresses + from the destination set will be added in the XAVP list to be able to implement serial forking. </para> <note> <para>