Module: kamailio Branch: master Commit: 7bda0ce9525c1b7e04de2879f7645dd097b23d02 URL: https://github.com/kamailio/kamailio/commit/7bda0ce9525c1b7e04de2879f7645dd0...
Author: Mikko Lehto mslehto@iki.fi Committer: Mikko Lehto mslehto@iki.fi Date: 2017-01-10T12:31:11+02:00
modules/dispatcher: remove duplicate text
---
Modified: src/modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7bda0ce9525c1b7e04de2879f7645dd0... Patch: https://github.com/kamailio/kamailio/commit/7bda0ce9525c1b7e04de2879f7645dd0...
---
diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml b/src/modules/dispatcher/doc/dispatcher_admin.xml index 680319b..d0dc575 100644 --- a/src/modules/dispatcher/doc/dispatcher_admin.xml +++ b/src/modules/dispatcher/doc/dispatcher_admin.xml @@ -1020,16 +1020,10 @@ modparam("dispatcher", "force_dst", 1) stored in AVP list for further failovers (the first selected destination and default destination are the first to be put in the list) - </para> - </listitem> + </para> + </listitem> </itemizedlist> <para> - If the bit 2 in 'flags' is set, the rest of the addresses from the - destination set is stored in AVP list. You can use 'ds_next_dst()' to - use next address to achieve serial forking to all possible - destinations. - </para> - <para> This function can be used from REQUEST_ROUTE, FAILURE_ROUTE. </para> <example>