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>
Revision: 5949
http://openser.svn.sourceforge.net/openser/?rev=5949&view=rev
Author: juhe
Date: 2009-10-23 17:16:30 +0000 (Fri, 23 Oct 2009)
Log Message:
-----------
* Added note about maximum number of gateways.
Modified Paths:
--------------
branches/1.5/modules/lcr/README
branches/1.5/modules/lcr/doc/lcr_admin.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Modules missing README/xml docs in modules_s
acc_db
acc_radius
dialog
diversion
eval
fifo
oracle
prefix_route
print_lib
unixsock
This propably is something that needs to be fixed before any release.
For some modules, I belive you could steal from modules_k, that have
similarity and all have docs.
Cheers,
/O
Module: sip-router
Branch: master
Commit: 061274a5b241430c575d93f74c9daa7286c93c3c
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=061274a…
Author: Jan Janak <jan(a)ryngle.com>
Committer: Jan Janak <jan(a)ryngle.com>
Date: Fri Oct 23 17:31:50 2009 +0200
core: Correct an error in doxygen comments.
One of previous commits added an extra comment-closing sequence
which caused a compilation error. This patch fixes that.
---
timer_funcs.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/timer_funcs.h b/timer_funcs.h
index f5c23fa..8e17b8a 100644
--- a/timer_funcs.h
+++ b/timer_funcs.h
@@ -57,13 +57,12 @@ struct timer_head{
* (1<<H0_BITS)*sizeof(struct timer_head) bytes of memory, so arrange it
* accordingly
*
-x* Uses ~280K on a 64 bits system and ~140K on a 32 bit system; for TICKS_HZ=10
+ * Uses ~280K on a 64 bits system and ~140K on a 32 bit system; for TICKS_HZ=10
* holds ~ 30 min in the first hash/wheel and ~233h in the first two.
* More perfomant arrangement: 16, 8, 8 (but eats 1 MB on a 64 bit system, and
* 512K on a 32 bit one). For TICKS_HZ=10 it holds almost 2h in the
* first hash/wheel and ~460h in the first two.
*/
- */
/*@{ */
#define H0_BITS 14