Re: [Devel] session termination

2006-01-16 Thread Daniel Hsueh
Hello all, I'm currently implementing a module to track dialogs to implement call statefulness for OpenSER, and specifically, to implement SIP Session Timers (RFC 4028) proxy behavior for OpenSER. JF, perhaps we should work together on implementing dialog tracking. I'm not sure what exact us

Re: [Serdev] Re: [Devel] session termination

2006-01-16 Thread JF
Hi Greger, all, I think I got that CANCELing early dialogs issue fixed. I think I was confused before. Just by correctly adding the t_cancel function from the previous mail to the TM API, an early dialog (I actually tested it while the call was in the Ringing state) was cancelled correctly! This

Re: [Devel] CVS commitlog: sip-server/modules/mysql my_con.c

2006-01-16 Thread Dan Pascu
On Monday 16 January 2006 15:51, Bogdan-Andrei Iancu wrote: > - reconnect option is explicitly forced after mysql_real_connect() You should be careful with automatic reconnection because it could silently corrupt data (after reconnection you potentially lose table locks, user variables, sessio

[Devel] database description

2006-01-16 Thread Daniel-Constantin Mierla
Hello, courtesy of Norman Brandinger, there is now a new tutorial describing the tables in OpenSER Database. http://openser.org/docs/OpenSER_Database_Structure.html The dokuwiki page which was create to collect users' contributions in this respect will point to this tutorial. If anyone wan

[Devel] CVS commitlog: sip-server/modules/postgres aug_sysdep.h

2006-01-16 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/01/16 05:55:15 PST OpenSER CVS - Commit Details Modified files:(Branch: rel_1_0_0) modules/postgres aug_sysdep.h Commit Log: fix backported: - fixed compiling on FreeBSD IA64 due harcoded definitions for FreeBSD i386. Credits go to Jesu

[Devel] CVS commitlog: sip-server/modules/mysql my_con.c

2006-01-16 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/01/16 05:51:36 PST OpenSER CVS - Commit Details Modified files:(Branch: rel_1_0_0) modules/mysqlmy_con.c Commit Log: backport: - reconnect option is explicitly forced after mysql_real_connect() Revision ChangesPath 1.2.2.1

[Devel] CVS commitlog: sip-server/tls tls_server.c

2006-01-16 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/01/16 05:46:40 PST OpenSER CVS - Commit Details Modified files: tls tls_server.c Commit Log: - fixed compiling error due the latest TCP code updates Revision ChangesPath 1.2 +2 -2 sip-server/tls/tls_server.c [

[Devel] CVS commitlog: sip-server/modules/tm t_funcs.c t_funcs.h t_fwd.c t_fwd.h tm.c

2006-01-16 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2006/01/16 00:44:47 PST OpenSER CVS - Commit Details Modified files: modules/tm t_funcs.c t_funcs.h t_fwd.c t_fwd.h tm.c Commit Log: - duplicated info (proto and proxy) fixed -> proto paramter removed Revision ChangesPath 1.6 +7 -8