[OpenSER-Devel] SF.net SVN: openser: [4246] trunk/modules/domain

2008-05-25 Thread Juha Heinanen
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

Re: [OpenSER-Devel] loop in the confuguration file

2008-05-25 Thread Ovidiu Sas
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

[OpenSER-Devel] loop in the confuguration file

2008-05-25 Thread Yazid Hadj Said
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

Re: [OpenSER-Devel] SF.net SVN: openser: [4242] trunk

2008-05-25 Thread Ovidiu Sas
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

Re: [OpenSER-Devel] SF.net SVN: openser: [4242] trunk

2008-05-25 Thread Juha Heinanen
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 __

Re: [OpenSER-Devel] SF.net SVN: openser: [4242] trunk

2008-05-25 Thread Ovidiu Sas
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

[OpenSER-Devel] SF.net SVN: openser: [4242] trunk

2008-05-25 Thread Juha Heinanen
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