Re: [OpenSIPS-Devel] [opensips] Error in the logs while looking for contact param when param missing (#228)

2014-05-09 Thread Bogdan Andrei IANCU
@ovidiusas , according to the RFC3261 grammar , the contact body [test sip:test@192.168.2.113:53814;ob;reg-id=1;+sip.instance=urn:uuid:ed409b05-1872-36ee-8ba0-865cb642250b] is not valid. If display name is present, the URI must be enclosed between angle brackets (see page 227 in the RFC):

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 seg fault on build_local (#227)

2014-05-09 Thread Bogdan Andrei IANCU
@MayamaTakeshi , the core file without the binary + modules + libs that produce it , is more or less useless. Can you arrange to me to get access to the server where the core is - just to run the gdb and explore the core ; if this is not possible, I will try to send you a list of variables you

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 seg fault on build_local (#227)

2014-05-09 Thread MayamaTakeshi
Bogdan, my company doesn't allow me to give access to its lab server (KVM). So I will try to get a snapshot of the VM so that I can run it in my home computer VirtualBox. I am checking some blogs (http://virtuallyhyper.com/2013/06/migrate-from-libvirt-kvm-to-virtualbox/) and I believe I can do

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 seg fault on build_local (#227)

2014-05-09 Thread Bogdan Andrei IANCU
OK, I see...Let's try to do remote gdb (I will ask you what to print in gdb and send it to me back ) :) - I will be back with a first set of actions today. --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [opensips] tcp_no_new_conn_bflag may be not set correctly in OpenSIPS 1.9 later (#229)

2014-05-09 Thread yeyingxian
when writing scripts like this listen=tcp:192.168.1.100:8080 tcp_connection_lifetime=1200 tcp_no_new_conn_bflag=6 ... the variable tcp_no_new_conn_bflag will be not correctly set to number 6. This is because in cfg.y, | TCP_NO_NEW_CONN_BFLAG EQUAL NUMBER {

[OpenSIPS-Devel] [OpenSIPS/opensips] 7dca7b: tcp_no_new_conn_bflag: fix incorrect behaviour whe...

2014-05-09 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 7dca7b57403f1575681e79cfabb2f8e4b0336f8f https://github.com/OpenSIPS/opensips/commit/7dca7b57403f1575681e79cfabb2f8e4b0336f8f Author: Liviu Chircu li...@opensips.org Date: 2014-05-09 (Fri, 09 May 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] 0be422: tcp_no_new_conn_bflag: fix incorrect behaviour whe...

2014-05-09 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0be4225b2bb0ac1081d0c3d5bc886569b9510a13 https://github.com/OpenSIPS/opensips/commit/0be4225b2bb0ac1081d0c3d5bc886569b9510a13 Author: Liviu Chircu li...@opensips.org Date: 2014-05-09 (Fri, 09 May

Re: [OpenSIPS-Devel] [opensips] tcp_no_new_conn_bflag may be not set correctly in OpenSIPS 1.9 later (#229)

2014-05-09 Thread Liviu Chircu
Closed #229. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/229#event-119521315___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] a1bf9b: tcp_no_new_conn_bflag: fix incorrect behaviour whe...

2014-05-09 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: a1bf9b65ccd43d5c337103caed155e734fa53e7d https://github.com/OpenSIPS/opensips/commit/a1bf9b65ccd43d5c337103caed155e734fa53e7d Author: Liviu Chircu li...@opensips.org Date: 2014-05-09 (Fri, 09 May 2014)

Re: [OpenSIPS-Devel] [opensips] tcp_no_new_conn_bflag may be not set correctly in OpenSIPS 1.9 later (#229)

2014-05-09 Thread Liviu Chircu
Thank you for reporting! Fixed in 0be4225b2bb. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/229#issuecomment-42659772___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 033891: cachedb core: properly free raw query results

2014-05-09 Thread Liviu Chircu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0338917a979a3280273145b2b3a73400bc90a476 https://github.com/OpenSIPS/opensips/commit/0338917a979a3280273145b2b3a73400bc90a476 Author: Liviu Chircu li...@opensips.org Date: 2014-05-09 (Fri, 09 May

Re: [OpenSIPS-Devel] [opensips] cachedb_redis raw query mem leak on OpenSIPS master (#226)

2014-05-09 Thread Liviu Chircu
Closed #226 via 0338917a979a3280273145b2b3a73400bc90a476. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/226#event-119545282___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips] 0f26cc: cachedb core: properly free raw query results

2014-05-09 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 0f26cc525ad34a32c299033ed6d1739716fb4406 https://github.com/OpenSIPS/opensips/commit/0f26cc525ad34a32c299033ed6d1739716fb4406 Author: Liviu Chircu li...@opensips.org Date: 2014-05-09 (Fri, 09 May 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] c531a4: cachedb core: properly free raw query results

2014-05-09 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: c531a40e9a1180375955a1837aaa6bacf53a7264 https://github.com/OpenSIPS/opensips/commit/c531a40e9a1180375955a1837aaa6bacf53a7264 Author: Liviu Chircu li...@opensips.org Date: 2014-05-09 (Fri, 09 May 2014)

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 seg fault on build_local (#227)

2014-05-09 Thread Bogdan Andrei IANCU
Closed #227. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/227#event-119612086___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] opensips 1.11 seg fault on build_local (#227)

2014-05-09 Thread Bogdan Andrei IANCU
Many thanks on getting access to the core file - I can confirm it is exactly the same #41 . T-uac[0].reply gets temporary populated by a reply received from UAS device while OpenSIPS reads it when handling the CANCEL request - the CANCEL processing ends up with a dangling pointer to the

[OpenSIPS-Devel] [opensips] crash while creating avp (#230)

2014-05-09 Thread Ovidiu Sas
Latest trunk: version: opensips 1.12.0dev-notls (x86_64/linux) git revision: 0338917 Relevant info: ``` #0 0x005157b2 in fm_remove_free (n=0x7fb977efa590, qm=0x7fb977b1d000) at mem/f_malloc.c:172 172 *pf=n-u.nxt_free; (gdb) bt #0 0x005157b2 in fm_remove_free

Re: [OpenSIPS-Devel] [opensips] Error in the logs while looking for contact param when param missing (#228)

2014-05-09 Thread Ovidiu Sas
The formatting was messed up by github :( Here's the correct header that failed to be parsed $ct=[test sip:test@192.168.2.113:34184;transport=TCP;ob;reg-id=1;+sip.instance=urn:uuid:ed409b05-1872-36ee-8ba0-865cb642250b]