Module: sip-router Branch: master Commit: df7f3bc62783672eff39748450e8845187efb74a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=df7f3bc6...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Thu Mar 31 16:18:45 2011 +0300
modules/lcr: improved documentation of defunct_gw() function.
---
modules/lcr/README | 9 +++++---- modules/lcr/doc/lcr_admin.xml | 1 + 2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/modules/lcr/README b/modules/lcr/README index 49b7c97..061bb60 100644 --- a/modules/lcr/README +++ b/modules/lcr/README @@ -841,10 +841,11 @@ if (!next_gw()) {
4.3. defunct_gw(period)
- 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. + Defuncts gateway denoted by lcr_id_avp and defunct_gw_avp (which were + set by previuos 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.
Returns 1 on success and -1 in case of error (see syslog).
diff --git a/modules/lcr/doc/lcr_admin.xml b/modules/lcr/doc/lcr_admin.xml index 5840bbd..57f0ea8 100644 --- a/modules/lcr/doc/lcr_admin.xml +++ b/modules/lcr/doc/lcr_admin.xml @@ -1077,6 +1077,7 @@ if (!next_gw()) { </title> <para> Defuncts gateway denoted by lcr_id_avp and defunct_gw_avp + (which were set by previuos 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