[sr-dev] git:3.1: dispatcher(k): note about disabling MI ds_reload

Daniel-Constantin Mierla miconda at gmail.com
Wed Nov 24 22:38:32 CET 2010


Module: sip-router
Branch: 3.1
Commit: 7340a8d0d02e22c2541b6e1d0dc82fb194a90c87
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7340a8d0d02e22c2541b6e1d0dc82fb194a90c87

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Nov 12 12:26:26 2010 +0100

dispatcher(k): note about disabling MI ds_reload

- the MI command ds_reload is disabled for call load based dispatching
  (algorithm 10)
(cherry picked from commit e1371192357f889c35003ea28d0eb2351e27f84d)

---

 modules_k/dispatcher/README                   |    5 ++++-
 modules_k/dispatcher/doc/dispatcher_admin.xml |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/modules_k/dispatcher/README b/modules_k/dispatcher/README
index 781e499..1c747c9 100644
--- a/modules_k/dispatcher/README
+++ b/modules_k/dispatcher/README
@@ -857,7 +857,10 @@ onreply_route {
 
 5.3.  ds_reload
 
-   It reloads the groups and included destinations.
+   It 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.
 
    Name: ds_reload
 
diff --git a/modules_k/dispatcher/doc/dispatcher_admin.xml b/modules_k/dispatcher/doc/dispatcher_admin.xml
index b05403a..ae857fd 100644
--- a/modules_k/dispatcher/doc/dispatcher_admin.xml
+++ b/modules_k/dispatcher/doc/dispatcher_admin.xml
@@ -1069,7 +1069,10 @@ onreply_route {
 		<function moreinfo="none">ds_reload</function>
 		</title>
 		<para>
-		It reloads the groups and included destinations.
+		It 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.
 		</para>
 		<para>
 		Name: <emphasis>ds_reload</emphasis>




More information about the sr-dev mailing list