From a70fd487a7509be41e558a9f54efaa7f038fd3e2 Mon Sep 17 00:00:00 2001 From: denyspozniak Date: Wed, 27 Feb 2019 09:05:03 +0100 Subject: [PATCH] dispatcher: more details for use_default param with dispatcher.list file --- src/modules/dispatcher/doc/dispatcher_admin.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index d28324f20d0..580959f0464 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.