[SR-Users] cdp.so segment fault

2014-11-06 Thread Tom Secula
I am just wondering if anyone has seen this type of segfault on 4.2 ? I'm trying to run kamailio as an scscf on centos 6.6 ? Nov 6 14:17:20 scscf kernel: kamailio[6246]: segfault at 0 ip 00f3f425 sp bfa0e9f4 error 6 in cdp.so[f08000+96000] ___ S

Re: [SR-Users] Redirection buffer length exceed

2014-11-06 Thread Dan Christian Bogos
Hey Daniel, OK, in that case if not too much trouble, please increase the buffer size to 1024 and I will try to manage it also in the script. Thanks again! DanB ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@list

Re: [SR-Users] RFC: infrastructure upgrade - git, tracker, ...

2014-11-06 Thread Jan Janak
To provide a bit of context: the server Daniel is referring to is a dedicated machine hosted at Hetzner. Currently, the machine is mostly used to host the git repositories for kamailio and sems, as well as scripts to automatically generate doxygen documentation out of the source code. The server i

[SR-Users] Kamailio v4.1.7 Released

2014-11-06 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.1.7 stable release is out. This is a maintenance release of the previous stable branch, 4.1, that includes fixes since release of v4.1.6. There is no change to database schema or configuration language structure that you have to do on installations of v4.1.x. Deploym

Re: [SR-Users] Redirection buffer length exceed

2014-11-06 Thread Daniel-Constantin Mierla
Hello, trying to count in the config could be a way, but I guess you have to add some delimiter overhead between contacts. Increasing it was a proposal for a lazy solution that can be easily backported. A proper way can be via dynamic allocation or making the size configurable via a param. The c

Re: [SR-Users] how to check if reply is retransmission?

2014-11-06 Thread Daniel-Constantin Mierla
On 06/11/14 09:44, Juha Heinanen wrote: > Alex Hermann writes: > >> I don't think there is a built-in for that. I ended up storing the Via >> branch >> parameter of the reply in a htable. > thanks for your reply. i'll then just call rtpengine_answer again and > hope that it will notice that it

Re: [SR-Users] How to avoid mem leak when use Kamailio Json module

2014-11-06 Thread Daniel-Constantin Mierla
OK, I pushed it to branches 4.2 and 4.1 Cheers, Daniel On 06/11/14 11:15, dongwf wrote: > Hi, I checked with my test env, your fix is ok, please port, thanks! > > > > > > At 2014-11-05 21:35:40, "Daniel-Constantin Mierla" > wrote: > > Hello, > > I pushed a fix that should release the jso

Re: [SR-Users] Redirection buffer length exceed

2014-11-06 Thread Dan Christian Bogos
Hey Daniel, Thanks for your fast feedback! Not sure what is the best approach on this. We reach the 512 limit sometimes even with just 2 contacts in one AOR (since we cannot pass the path in redirect, we use a uri parameter to add it and process that later in other components, so I guess that

Re: [SR-Users] How to avoid mem leak when use Kamailio Json module

2014-11-06 Thread dongwf
Hi, I checked with my test env, your fix is ok, please port, thanks! At 2014-11-05 21:35:40, "Daniel-Constantin Mierla" wrote: Hello, I pushed a fix that should release the json object: - http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=def8d2600422a442b971c204df98594b0

Re: [SR-Users] Redirection buffer length exceed

2014-11-06 Thread Daniel-Constantin Mierla
Hello, On 06/11/14 09:38, Dan Christian Bogos wrote: > Hey Guys, > > We are facing quite often this error: > > /usr/sbin/kamailio[16985]: ERROR: > [dset.c:435]: print_dset(): ERROR: redirection buffeROR: > redirection buffer length exceed > > When the error is generated, there will be a missing c

Re: [SR-Users] Releasing v4.1.7

2014-11-06 Thread Daniel-Constantin Mierla
Hello, short note to say that v4.1.7 will be released later today, therefore email to sr-dev in case there is something new to be pushed in branch 4.1. Cheers, Daniel On 03/11/14 16:56, Daniel-Constantin Mierla wrote: > Hello, > > I plan to release a new version (4.1.7) of the previous stable br

Re: [SR-Users] Releasing v4.0.7

2014-11-06 Thread Daniel-Constantin Mierla
Hello, this to be done most likely tomorrow. Cheers, Daniel On 05/11/14 15:39, Daniel-Constantin Mierla wrote: > Hello, > > I am planning to release v4.0.7 based on latest source code in branch > 4.0. This branch is going out of official maintenance, the current > latest stable branches being 4.

Re: [SR-Users] how to check if reply is retransmission?

2014-11-06 Thread Juha Heinanen
Alex Hermann writes: > I don't think there is a built-in for that. I ended up storing the Via branch > parameter of the reply in a htable. thanks for your reply. i'll then just call rtpengine_answer again and hope that it will notice that it is a recall. -- juha __

[SR-Users] Redirection buffer length exceed

2014-11-06 Thread Dan Christian Bogos
Hey Guys, We are facing quite often this error: /usr/sbin/kamailio[16985]: ERROR: [dset.c:435]: print_dset(): ERROR: redirection buffeROR: redirection buffer length exceed When the error is generated, there will be a missing contact in the redirects (not to mention that Kamailio will crash in

Re: [SR-Users] how to check if reply is retransmission?

2014-11-06 Thread Alex Hermann
On Wednesday 05 November 2014 14:35:45 Juha Heinanen wrote: > is there a means to check if reply to t_relay()ed request is > retransmission? there is t_is_retr_async_reply(), but that does not > apply to regular transactions. I don't think there is a built-in for that. I ended up storing the Via