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
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
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
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
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
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
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
[
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