Module: sip-router
Branch: sr_3.0
Commit: 8c06d350a5b7f0e285bbbf3458a0855e43dfab96
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c06d35…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Fri Oct 23 19:45:54 2009 +0300
modules/lcr: documentation improvement
- Added note to README about maximum number of gateways.
---
modules/lcr/README | 5 +++++
modules/lcr/doc/lcr_admin.xml | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/modules/lcr/README b/modules/lcr/README
index f0bcf07..daeba04 100644
--- a/modules/lcr/README
+++ b/modules/lcr/README
@@ -809,6 +809,11 @@ if (to_any_gw()) {
Causes lcr module to re-read the contents of gw and lcr tables into
memory.
+ Reload fails if number of gateways is larger than value of constant
+ MAX_NO_OF_GWS in file lcr_mod.h, which defaults to 128. If you have
+ more than 128 gateways, you need to increase the value of this constant
+ and recompile lcr module.
+
Name: lcr_reload
Parameters: none
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index fc76be3..83081ff 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -1007,6 +1007,15 @@ if (to_any_gw()) {
gw and lcr tables into memory.
</para>
<para>
+ Reload fails if number of
+ gateways is larger than value of constant
+ MAX_NO_OF_GWS in file lcr_mod.h, which
+ defaults to 128. If you have more than 128
+ gateways, you need
+ to increase the value of this constant and recompile
+ lcr module.
+ </para>
+ <para>
Name: <emphasis>lcr_reload</emphasis>
</para>
<para>Parameters: <emphasis>none</emphasis></para>