Re: [OpenSIPS-Devel] FW: [OpenSIPS-Users] drouting module 1.6.3

2010-12-17 Thread Bogdan-Andrei Iancu
Hi Anton, have you tried to enable to memory debugger to see if any memory overlapping is reported ? Regards, Bogdan Anton Zagorskiy wrote: Hello. I've made some debug on this crash. The problem is dereferencing invalid pointer (0x1) This happens in the function drouting.c::static int do_

Re: [OpenSIPS-Devel] [OpenSIPS-Users] [NEW] Media timeout detection and call termination

2010-12-17 Thread Razvan Crainea
Hi Bobby, The default behavior of RTPProxy is to send timeout notifications only when both parties stop sending media. This is useful in your situation, when only one phones sends media. But for solving "ghost calls" situations, RTPProxy must detect if the media session is disconnected in onl

[OpenSIPS-Devel] SF.net SVN: opensips:[7568] branches/1.6/modules/nathelper

2010-12-17 Thread Razvan Crainea
Revision: 7568 http://opensips.svn.sourceforge.net/opensips/?rev=7568&view=rev Author: razvancrainea Date: 2010-12-17 17:56:26 + (Fri, 17 Dec 2010) Log Message: --- Backported from trunk(7567): Removed "detect_rtp_idle" module parameter - notifications can be enabled by

[OpenSIPS-Devel] SF.net SVN: opensips:[7567] trunk/modules/nathelper

2010-12-17 Thread Razvan Crainea
Revision: 7567 http://opensips.svn.sourceforge.net/opensips/?rev=7567&view=rev Author: razvancrainea Date: 2010-12-17 17:55:18 + (Fri, 17 Dec 2010) Log Message: --- Removed "detect_rtp_idle" module parameter - notifications can be enabled by setting the "rtpp_notify_soc

[OpenSIPS-Devel] SF.net SVN: opensips:[7566] trunk/modules/b2b_logic/logic.c

2010-12-17 Thread Anca Vamanu
Revision: 7566 http://opensips.svn.sourceforge.net/opensips/?rev=7566&view=rev Author: anca_vamanu Date: 2010-12-17 15:34:22 + (Fri, 17 Dec 2010) Log Message: --- - fix crash in a buggy uac behavior situation Modified Paths: -- trunk/modules/b2b_logic/l

[OpenSIPS-Devel] SF.net SVN: opensips:[7565] branches/1.6/modules/b2b_logic/logic.c

2010-12-17 Thread Anca Vamanu
Revision: 7565 http://opensips.svn.sourceforge.net/opensips/?rev=7565&view=rev Author: anca_vamanu Date: 2010-12-17 15:28:57 + (Fri, 17 Dec 2010) Log Message: --- - fix crash in a buggy uac behavior situation Modified Paths: -- branches/1.6/modules/b2b_

Re: [OpenSIPS-Devel] tls/tls_server.c does not compile

2010-12-17 Thread Bogdan-Andrei Iancu
Hi Juha, Thanks for pointing out - it is fixed now. Regards, Bogdan Juha Heinanen wrote: i tried to build my presence server from latest svn trunk and got this: Compiling tls/tls_server.c tls/tls_server.c: In function ‘tls_blocking_write’: tls/tls_server.c:744: error: expected expression befo

[OpenSIPS-Devel] SF.net SVN: opensips:[7564] branches/1.6/tls/tls_server.c

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7564 http://opensips.svn.sourceforge.net/opensips/?rev=7564&view=rev Author: bogdan_iancu Date: 2010-12-17 12:49:39 + (Fri, 17 Dec 2010) Log Message: --- - fixed bogus line introduced with the prev commit Modified Paths: -- branches/1.6/tls/tl

[OpenSIPS-Devel] SF.net SVN: opensips:[7563] trunk/tls/tls_server.c

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7563 http://opensips.svn.sourceforge.net/opensips/?rev=7563&view=rev Author: bogdan_iancu Date: 2010-12-17 12:49:25 + (Fri, 17 Dec 2010) Log Message: --- - fixed bogus line introduced with the prev commit Modified Paths: -- trunk/tls/tls_serve

[OpenSIPS-Devel] tls/tls_server.c does not compile

2010-12-17 Thread Juha Heinanen
i tried to build my presence server from latest svn trunk and got this: Compiling tls/tls_server.c tls/tls_server.c: In function ‘tls_blocking_write’: tls/tls_server.c:744: error: expected expression before ‘int’ tls/tls_server.c:744: error: expected ‘)’ before ‘;’ token make[1]: *** [tls/tls_serv

[OpenSIPS-Devel] [ opensips-Bugs-3139055 ] Wrong comparison in B2B_Entities

2010-12-17 Thread SourceForge.net
Bugs item #3139055, was opened at 2010-12-17 12:24 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3139055&group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] FW: [OpenSIPS-Users] drouting module 1.6.3

2010-12-17 Thread Anton Zagorskiy
Hello. I've made some debug on this crash. The problem is dereferencing invalid pointer (0x1) This happens in the function drouting.c::static int do_routing(struct sip_msg* msg, dr_group_t *drg, int sort_order) Line 1005: if( (rt_info->pgwl[i].pgw->flags & DR_DST_STAT_DSBL_FLAG) == 0 ) In my ca

[OpenSIPS-Devel] [ opensips-Patches-3137389 ] Patch to solve bug 3132697

2010-12-17 Thread SourceForge.net
Patches item #3137389, was opened at 2010-12-14 21:34 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3137389&group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] SF.net SVN: opensips:[7562] branches/1.6/tls/tls_server.c

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7562 http://opensips.svn.sourceforge.net/opensips/?rev=7562&view=rev Author: bogdan_iancu Date: 2010-12-17 08:41:23 + (Fri, 17 Dec 2010) Log Message: --- backport from trunk (rev #7561): - fixed handling of WANT_READ / WANT_WRITE events in TLS code. Descriptio

[OpenSIPS-Devel] [ opensips-Bugs-3061895 ] tls_blocking_write() in tls_server.c problem

2010-12-17 Thread SourceForge.net
Bugs item #3061895, was opened at 2010-09-08 14:04 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3061895&group_id=232389 Please note that this message will contain a full copy of the com

[OpenSIPS-Devel] [ opensips-Patches-3118263 ] patch for tls bug ID: 306189

2010-12-17 Thread SourceForge.net
Patches item #3118263, was opened at 2010-11-25 11:42 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3118263&group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] SF.net SVN: opensips:[7561] trunk/tls/tls_server.c

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7561 http://opensips.svn.sourceforge.net/opensips/?rev=7561&view=rev Author: bogdan_iancu Date: 2010-12-17 08:38:38 + (Fri, 17 Dec 2010) Log Message: --- - fixed handling of WANT_READ / WANT_WRITE events in TLS code. Description: tls_blocking_write() polls

[OpenSIPS-Devel] SF.net SVN: opensips:[7560] branches/1.6/modules/dialplan/Makefile

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7560 http://opensips.svn.sourceforge.net/opensips/?rev=7560&view=rev Author: bogdan_iancu Date: 2010-12-17 08:26:31 + (Fri, 17 Dec 2010) Log Message: --- backport from trunk (rev #7559): - fixed pcre lib detection on Solaris Credits go to Sergio Gutierrez

[OpenSIPS-Devel] [ opensips-Patches-3138136 ] Portable libpcre detection for dialplan module

2010-12-17 Thread SourceForge.net
Patches item #3138136, was opened at 2010-12-15 21:31 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3138136&group_id=232389 Please note that this message will contain a full copy of t

[OpenSIPS-Devel] SF.net SVN: opensips:[7559] trunk/modules/dialplan/Makefile

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7559 http://opensips.svn.sourceforge.net/opensips/?rev=7559&view=rev Author: bogdan_iancu Date: 2010-12-17 08:24:56 + (Fri, 17 Dec 2010) Log Message: --- - fixed pcre lib detection on Solaris Credits go to Sergio Gutierrez Closes patch #3138136 Modified P

[OpenSIPS-Devel] [ opensips-Bugs-3039943 ] db_mysql multiple issues in run_mysql_cmd wrapper

2010-12-17 Thread SourceForge.net
Bugs item #3039943, was opened at 2010-08-05 13:52 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3039943&group_id=232389 Please note that this message will contain a full copy of the com

[OpenSIPS-Devel] SF.net SVN: opensips:[7558] branches/1.6/modules/db_mysql/dbase.c

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7558 http://opensips.svn.sourceforge.net/opensips/?rev=7558&view=rev Author: bogdan_iancu Date: 2010-12-17 08:08:29 + (Fri, 17 Dec 2010) Log Message: --- backport from trunk (rev #7557): - fixed several issues with prepared statements when dealing wiht DB reco

[OpenSIPS-Devel] SF.net SVN: opensips:[7557] trunk/modules/db_mysql/dbase.c

2010-12-17 Thread Bogdan-Andrei Iancu
Revision: 7557 http://opensips.svn.sourceforge.net/opensips/?rev=7557&view=rev Author: bogdan_iancu Date: 2010-12-17 08:05:59 + (Fri, 17 Dec 2010) Log Message: --- - fixed several issues with prepared statements when dealing wiht DB reconnect events. Credits go to St