Module: kamailio Branch: master Commit: 7287da30d4c4129353e62477fb8de049ab94bbd9 URL: https://github.com/kamailio/kamailio/commit/7287da30d4c4129353e62477fb8de049...
Author: Luis Martin Gil martingil.luis@gmail.com Committer: Luis Martin Gil martingil.luis@gmail.com Date: 2016-06-10T08:41:41+02:00
dispatcher: ds_reload added using from ANY_ROUTE, removed algorithm 10
---
Modified: modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/7287da30d4c4129353e62477fb8de049... Patch: https://github.com/kamailio/kamailio/commit/7287da30d4c4129353e62477fb8de049...
---
diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml index 9bd6cc8..f7e0d3e 100644 --- a/modules/dispatcher/doc/dispatcher_admin.xml +++ b/modules/dispatcher/doc/dispatcher_admin.xml @@ -1355,15 +1355,15 @@ onreply_route { <function moreinfo="none">ds_reload()</function> </title> <para> - Reloads the groups and included destinations. The command is - disabled for call load based dispatching (algorithm 10) since - removal of destinations may leave the list of active - calls with broken references. + Reloads the groups and included destinations. </para> <para> Name: <emphasis>ds_reload</emphasis> </para> <para>Parameters: <emphasis>none</emphasis></para> + <para> + This function can be used from ANY_ROUTE. + </para> </section>
<section>