Module: kamailio
Branch: master
Commit: 3207b1ffc66138417e5b509de998554c3cc7283b
URL: https://github.com/kamailio/kamailio/commit/3207b1ffc66138417e5b509de998554…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-02-27T09:16:58+01:00
modules: readme files regenerated - dispatcher ... [skip ci]
---
Modified: src/modules/dispatcher/README
---
Diff: https://github.com/kamailio/kamailio/commit/3207b1ffc66138417e5b509de998554…
Patch: https://github.com/kamailio/kamailio/commit/3207b1ffc66138417e5b509de998554…
---
diff --git a/src/modules/dispatcher/README b/src/modules/dispatcher/README
index f65a72f83d..de510807ca 100644
--- a/src/modules/dispatcher/README
+++ b/src/modules/dispatcher/README
@@ -494,8 +494,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
+ correspond 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.
Some explanation of using use_default parameter in case of using dispatcher.list file.
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1870
-- Commit Summary --
* Updating dispatcher_admin.xml
-- File Changes --
M src/modules/dispatcher/doc/dispatcher_admin.xml (7)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1870.patchhttps://github.com/kamailio/kamailio/pull/1870.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1870