Hello,
yesterday at CeBIT I've run into Fraunhofer booth and a banner attracted
my attention, photo at:
http://www.asipto.com/gallery/v/cebit2010/P3030721.JPG.html?g2_imageViewsIn…
According to the middle right bubble, 2000 was the first year FhG
presented SER at CeBIT. Given that, means the project should celebrate
(at least) 10 years these days?!?
I was among FhG staffers at CeBIT 2002, presenting latest SER at that
time. According to CVS repository on BerliOS, files such as Makefile and
main.c are dated 2001. Officially, SER was GPL-ed and open sourced in
2002 (year when ser project was registered to berlios.de software forge).
Andrei, more insights from non-open-source era? I got into the project
in January 2002, would be interesting to trace the birthday...
Cheers,
Daniel
Module: sip-router
Branch: master
Commit: 0c514703a6f9bf6e792011aad4e504ae3bd87786
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0c51470…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Fri Mar 5 06:44:03 2010 +0200
modules/lcr: improved documentation related to defunct_gw function
(cherry picked from commit 98607744d233e03ba6e71f076ee4dd5e68d4407b)
---
modules/lcr/README | 12 +++++-------
modules/lcr/doc/lcr.xml | 2 +-
modules/lcr/doc/lcr_admin.xml | 7 ++-----
3 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/modules/lcr/README b/modules/lcr/README
index 02065f2..23a96fd 100644
--- a/modules/lcr/README
+++ b/modules/lcr/README
@@ -10,7 +10,7 @@ Juha Heinanen
<jh(a)tutpro.com>
- Copyright � 2005-2009 Juha Heinanen
+ Copyright � 2005-2010 Juha Heinanen
Revision History
Revision $Revision$ $Date$
__________________________________________________________________
@@ -691,15 +691,13 @@ if (!next_gw()) {
4.3. defunct_gw(period)
- Defuncts gateway selected by preceding next_gw() call for a period of
- seconds given as argument. Argument must be a positive integer constant
- or a pseudo variable with positive integer value. Value of defunct
- column in database is not updated.
+ Defuncts gateway denoted by lcr_id_avp and defunct_gw_avp for a period
+ of seconds given as argument. Argument must be a positive integer
+ constant or a pseudo variable with positive integer value. Value of
+ defunct column in database is not updated.
Returns 1 on success and -1 in case of error (see syslog).
- Must be preceded by successful next_gw() call.
-
This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
Example 1.32. defunct_gw usage
diff --git a/modules/lcr/doc/lcr.xml b/modules/lcr/doc/lcr.xml
index b9ac7c8..cd1c1bd 100644
--- a/modules/lcr/doc/lcr.xml
+++ b/modules/lcr/doc/lcr.xml
@@ -24,7 +24,7 @@
</editor>
</authorgroup>
<copyright>
- <year>2005-2009</year>
+ <year>2005-2010</year>
<holder>Juha Heinanen</holder>
</copyright>
<revhistory>
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index 06ab9ea..998535f 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -828,8 +828,8 @@ if (!next_gw()) {
<function moreinfo="none">defunct_gw(period)</function>
</title>
<para>
- Defuncts gateway selected by preceding next_gw() call
- for a period of seconds given as argument. Argument
+ Defuncts gateway denoted by lcr_id_avp and defunct_gw_avp
+ for a period of seconds given as argument. Argument
must be a positive integer constant or a pseudo variable
with positive integer value. Value of defunct column in
database is not updated.
@@ -838,9 +838,6 @@ if (!next_gw()) {
Returns 1 on success and -1 in case of error (see syslog).
</para>
<para>
- Must be preceded by successful next_gw() call.
- </para>
- <para>
This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
</para>
<example>
Module: sip-router
Branch: sr_3.0
Commit: 98607744d233e03ba6e71f076ee4dd5e68d4407b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9860774…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Fri Mar 5 06:44:03 2010 +0200
modules/lcr: improved documentation related to defunct_gw function
---
modules/lcr/README | 12 +++++-------
modules/lcr/doc/lcr.xml | 2 +-
modules/lcr/doc/lcr_admin.xml | 7 ++-----
3 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/modules/lcr/README b/modules/lcr/README
index 5f83052..c83a596 100644
--- a/modules/lcr/README
+++ b/modules/lcr/README
@@ -10,7 +10,7 @@ Juha Heinanen
<jh(a)tutpro.com>
- Copyright � 2005-2009 Juha Heinanen
+ Copyright � 2005-2010 Juha Heinanen
Revision History
Revision $Revision$ $Date$
__________________________________________________________________
@@ -687,15 +687,13 @@ if (!next_gw()) {
4.3. defunct_gw(period)
- Defuncts gateway selected by preceding next_gw() call for a period of
- seconds given as argument. Argument must be a positive integer constant
- or a pseudo variable with positive integer value. Value of defunct
- column in database is not updated.
+ Defuncts gateway denoted by lcr_id_avp and defunct_gw_avp for a period
+ of seconds given as argument. Argument must be a positive integer
+ constant or a pseudo variable with positive integer value. Value of
+ defunct column in database is not updated.
Returns 1 on success and -1 in case of error (see syslog).
- Must be preceded by successful next_gw() call.
-
This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
Example 1.32. defunct_gw usage
diff --git a/modules/lcr/doc/lcr.xml b/modules/lcr/doc/lcr.xml
index b9ac7c8..cd1c1bd 100644
--- a/modules/lcr/doc/lcr.xml
+++ b/modules/lcr/doc/lcr.xml
@@ -24,7 +24,7 @@
</editor>
</authorgroup>
<copyright>
- <year>2005-2009</year>
+ <year>2005-2010</year>
<holder>Juha Heinanen</holder>
</copyright>
<revhistory>
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml
index 446fd4a..54cf186 100644
--- a/modules/lcr/doc/lcr_admin.xml
+++ b/modules/lcr/doc/lcr_admin.xml
@@ -822,8 +822,8 @@ if (!next_gw()) {
<function moreinfo="none">defunct_gw(period)</function>
</title>
<para>
- Defuncts gateway selected by preceding next_gw() call
- for a period of seconds given as argument. Argument
+ Defuncts gateway denoted by lcr_id_avp and defunct_gw_avp
+ for a period of seconds given as argument. Argument
must be a positive integer constant or a pseudo variable
with positive integer value. Value of defunct column in
database is not updated.
@@ -832,9 +832,6 @@ if (!next_gw()) {
Returns 1 on success and -1 in case of error (see syslog).
</para>
<para>
- Must be preceded by successful next_gw() call.
- </para>
- <para>
This function can be used from REQUEST_ROUTE, FAILURE_ROUTE.
</para>
<example>