Module: sip-router
Branch: master
Commit: 6f26763cfb9f13163491f8211d0b026cbb68d45e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6f26763…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Sun Oct 25 15:30:56 2009 +0100
Obsoleting the unixsock module
---
README-MODULES | 4 ++--
modules_s/unixsock/README | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README-MODULES b/README-MODULES
index 7c1f800..8861ec6 100644
--- a/README-MODULES
+++ b/README-MODULES
@@ -194,7 +194,7 @@ pike Security :: Rate limit control
prefix_route Proxy :: Routing based on a set of prefixes from the database
presence_b2b Presence :: Back2back UA
print Example module for developers
-print_lib
+print_lib Example module for developers
ratelimit Security :: Rate limit of SIP requests
registrar Registrar (for REGISTER requests)
rls Resource list server (for presence)
@@ -207,7 +207,7 @@ textops Text operations (search, replace)
timer triggering specific route block on timer
tls TLS module * DEPRECATED * Use the modules/tls module instead
uac User agent client
-unixsock
+unixsock Obsolete :: This module is replaced by the modules/ctl module
uri URI checks
uri_db URI checks with database support
usrloc Location server
diff --git a/modules_s/unixsock/README b/modules_s/unixsock/README
new file mode 100644
index 0000000..675efab
--- /dev/null
+++ b/modules_s/unixsock/README
@@ -0,0 +1,3 @@
+This module is considered obsolete
+
+2009-10-23
Module: sip-router
Branch: master
Commit: 6079ee2909f3408eba6754f0e3312215ab70aac7
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6079ee2…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Sun Oct 25 15:15:18 2009 +0100
Adding note about the domainpolicy module being obsolete
According to mail by Klaus Darillion to the sr-dev mailing list 2009-10-23
---
README-MODULES | 2 +-
modules_k/domainpolicy/doc/domainpolicy_admin.xml | 5 +++++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/README-MODULES b/README-MODULES
index 3dbb6fb..cdb125f 100644
--- a/README-MODULES
+++ b/README-MODULES
@@ -89,7 +89,7 @@ dialog Dialog ("call") state module
dispatcher Load balancing and failover
diversion Call redirect support (SIP Diversion: header)
domain Proxy :: Multiple domain support using databases
-domainpolicy
+domainpolicy Proxy :: Obsolete module - This module is no longer maintained
drouting Proxy :: Dynamic routing
exec
group Utils :: Group membership checking
diff --git a/modules_k/domainpolicy/doc/domainpolicy_admin.xml b/modules_k/domainpolicy/doc/domainpolicy_admin.xml
index 07af63a..9ddb360 100644
--- a/modules_k/domainpolicy/doc/domainpolicy_admin.xml
+++ b/modules_k/domainpolicy/doc/domainpolicy_admin.xml
@@ -15,6 +15,11 @@
<section>
<title>Overview</title>
+ <para><emphasis>
+ This modules is considered obsolete. The drafts mentioned here
+ has expired. If you use this module, please send a note to the
+ sr-dev mailing list.
+ </emphasis></para>
<para>
The Domain Policy module implements draft-lendl-domain-policy-ddds-02 in
combination with draft-lendl-speermint-federations-02 and
Module: sip-router
Branch: master
Commit: f91cb9afa0082cadc48e5db0fc628ca6803fb9c5
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f91cb9a…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Sun Oct 25 15:10:36 2009 +0100
Making a note that the modules_s/tls module is replaced by modules/tls.
(As noted by Jan Janak on the sr-dev mailing list 2009-10-23)
---
README-MODULES | 2 +-
modules_s/tls/doc/tls.xml | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/README-MODULES b/README-MODULES
index 0ee6a66..3dbb6fb 100644
--- a/README-MODULES
+++ b/README-MODULES
@@ -205,7 +205,7 @@ sms SMS gateway
speeddial Proxy :: Speed dialing for users
textops Text operations (search, replace)
timer triggering specific route block on timer
-tls TLS module
+tls TLS module * DEPRECATED * Use the modules/tls module instead
uac User agent client
unixsock
uri URI checks
diff --git a/modules_s/tls/doc/tls.xml b/modules_s/tls/doc/tls.xml
index e682b83..104da6c 100644
--- a/modules_s/tls/doc/tls.xml
+++ b/modules_s/tls/doc/tls.xml
@@ -31,6 +31,12 @@
<section id="tls.overview">
<title>Overview</title>
<para>
+ <emphasis>NOTE: This module is deprecated and replaced by the module in the <quote>modules/</quote>
+ directory. This is kept for backwards compatibility.
+ </emphasis>
+ </para>
+ <para>
+
This module implements the TLS transport for ser using the <ulink url="http://www.openssl.org">openssl library</ulink> (http://www.openssl.org). To enable the TLS support this module must be loaded and <emphasis>enable_tls=yes</emphasis> must be added to the ser config file
</para>
</section>
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>