Revision: 4246
http://openser.svn.sourceforge.net/openser/?rev=4246&view=rev
Author: juhe
Date: 2008-05-25 23:10:36 -0700 (Sun, 25 May 2008)
Log Message:
---
* Conversion to use db_check_table_version.
Modified Paths:
--
trunk/modules/domain/domain.c
tr
While is supported. It is well documented on the wiki:
http://www.openser.org/dokuwiki/doku.php/core-cookbook:1.3.x#while
Regards,
Ovidiu Sas
On Thu, May 15, 2008 at 4:56 AM, Yazid Hadj Said
<[EMAIL PROTECTED]> wrote:
> Hi,
> Is it possible to use loop in the confuguration file of OpenSER (For
Hi,
Is it possible to use loop in the confuguration file of OpenSER (For, while
) ?
Regards
Yazid
___
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel
Ah I missed that. Thank you for pointing it out.
-- ovidiu
On Sun, May 25, 2008 at 3:26 AM, Juha Heinanen <[EMAIL PROTECTED]> wrote:
> Ovidiu Sas writes:
>
> > Also, I wonder what happens with the keepalive info if the server
> > crashes and it is restarted by a monitoring process.
>
> a
Ovidiu Sas writes:
> Also, I wonder what happens with the keepalive info if the server
> crashes and it is restarted by a monitoring process.
about that README says:
The internal keepalive state is guaranteed to be
460saved in this file on exit, even when OpenSER crashes.
-- juha
__
Also, I wonder what happens with the keepalive info if the server
crashes and it is restarted by a monitoring process.
Regards,
Ovidiu Sas
On Sun, May 25, 2008 at 3:14 AM, Juha Heinanen <[EMAIL PROTECTED]> wrote:
> 347module keeps its internal state about endpoints that need
> 348keep
347module keeps its internal state about endpoints that need
348keepalive, state that is build while messages are processed by
349the proxy and thus it doesn't need to transfer any information
350from the usrloc module, which should also improve its
351efficiency.
and