Re: [SR-Users] Nightly build config error

2017-03-28 Thread Victor Seva
output of 'dpkg -L kamailio | grep tm.so' ? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] $hep(dst_ip)

2017-03-28 Thread David Villasmil
Ok thanks. Is there a time frame for that ? On Tue, Mar 28, 2017 at 8:15 PM Victor Seva < linuxman...@torreviejawireless.org> wrote: > 2017-03-28 15:26 GMT+02:00 David Villasmil >: > > Hello guys, > > the merged https://github.com/kamailio/kamailio/pull/995 is

Re: [SR-Users] $hep(dst_ip)

2017-03-28 Thread Victor Seva
2017-03-28 15:26 GMT+02:00 David Villasmil : > Hello guys, > > the merged https://github.com/kamailio/kamailio/pull/995 is not available > on 5.0 and I'm wondering if/when it will be added to 5.0? > > It will available on next 5.1 release.

[SR-Users] Adding two time prefix to $rU

2017-03-28 Thread Yebe diomande Keffa
Hello I am new with kamailio, and trying to add prefix to Request URI ($rU). I use branch_route,  for $rU=”prefix”+$rU, i got two time prefix adding  =>   prefix_prefix_original$rU This is my code small code: request_route {     if (is_method("INVITE")) {  

Re: [SR-Users] Kamailio Registration load Issue

2017-03-28 Thread SamyGo
Hi, Interesting to know that AWS has PPS limitation. Found this article to be useful : http://techblog.cloudperf.net/2016/05/2-million-packets-per-second-on-public.html Regards, Sammy On Tue, Mar 28, 2017 at 3:37 AM, Daniel-Constantin Mierla wrote: > Hello, > > besides

Re: [SR-Users] kamailio 4.4.1 crash on bad sip response

2017-03-28 Thread David Escartín Almudévar
hello Daniel yes yes i understood. thanks a lot david El mar, 28-03-2017 a las 13:44 +0200, Daniel-Constantin Mierla escribió: > Hello, > > it is already backported to branch 4.4 -- I said that you can use > latest 4.4 branch from git -- backporting was only if you want to > still use 4.4.1

Re: [SR-Users] kamailio 4.4.1 crash on bad sip response

2017-03-28 Thread Daniel-Constantin Mierla
Hello, it is already backported to branch 4.4 -- I said that you can use latest 4.4 branch from git -- backporting was only if you want to still use 4.4.1 snapshot + this patch. Therefore next release in 4.4 series will have it as well. Cheers, Daniel On 28/03/2017 13:42, David Escartín

Re: [SR-Users] kamailio 4.4.1 crash on bad sip response

2017-03-28 Thread David Escartín Almudévar
hello Daniel thanks a lot. we actually will start testing 5.0 to migrate to it, but in the meantime it's great if we can patch it on the 4.4 best regards david El mar, 28-03-2017 a las 13:37 +0200, Daniel-Constantin Mierla escribió: > Hello, > > I pushed a safety checks to avoid crash in

Re: [SR-Users] kamailio 4.4.1 crash on bad sip response

2017-03-28 Thread Daniel-Constantin Mierla
Hello, I pushed a safety checks to avoid crash in this situation. I will have to investigate deeper why it got to this state, but for now the fix should avoid this crash in a similar situation. You have to use the latest branch 4.4 or backport the patch e20b38e0084c1f89c43a921a8a2affbea060aaa5 to

Re: [SR-Users] [sr-dev] Planning Kamailio v5.0.1

2017-03-28 Thread Daniel-Constantin Mierla
On 28/03/2017 09:43, Olle E. Johansson wrote: >> On 28 Mar 2017, at 09:40, Daniel-Constantin Mierla wrote: >> >> Hello, >> >> I am considering to release Kamailio v5.0.1 sometime next week, likely >> on Wednesday, April 5, 2017. Should anyone be aware of issues not listed >>

Re: [SR-Users] kamailio 4.4.1 crash on bad sip response

2017-03-28 Thread David Escartín Almudévar
hello Daniel it happened only once as far as i know, i tried to duplicate by myself but i couldnt create the sipp scenario i will try to duplicate it setting the octal parameters in hex escaped by % in the SIP uris to see if i can, but i didnt have time yet in the meantime here you have the

Re: [SR-Users] [sr-dev] Planning Kamailio v5.0.1

2017-03-28 Thread Olle E. Johansson
> On 28 Mar 2017, at 09:40, Daniel-Constantin Mierla wrote: > > Hello, > > I am considering to release Kamailio v5.0.1 sometime next week, likely > on Wednesday, April 5, 2017. Should anyone be aware of issues not listed > yet on bug tracker, report them there as soon as

[SR-Users] Planning Kamailio v5.0.1

2017-03-28 Thread Daniel-Constantin Mierla
Hello, I am considering to release Kamailio v5.0.1 sometime next week, likely on Wednesday, April 5, 2017. Should anyone be aware of issues not listed yet on bug tracker, report them there as soon as possible to try to fix. Soon after, we should release a new version from branch 4.4 and the last

Re: [SR-Users] Kamailio Registration load Issue

2017-03-28 Thread Daniel-Constantin Mierla
Hello, besides Alex' suggestion to look at AWS PPS limits, few things to take in consideration in such case: - if CPU usage is low, then if you use DNS for routing, be sure that DNS server is very responsive - if you do auth with database, be sure that database is very responsive - if you

Re: [SR-Users] Kamailio Registration load Issue

2017-03-28 Thread Daniel-Constantin Mierla
On 27/03/2017 21:15, Alex Balashov wrote: > You might be running into semi-invisible/not widely publicised (but > definitely very real) PPS limits on given instance sizes. I assume you refer to AWS instance packets per second limits -- I was not aware of it, although I expected somehow. Has

Re: [SR-Users] new keepalive module ?

2017-03-28 Thread Daniel-Constantin Mierla
Hello, thanks, it will reviewed and eventual comments will be added to the pull request. Cheers, Daniel On 27/03/2017 22:08, Guillaume Bour wrote: > Hello, > > I submitted the 1st version of my prototype: > https://github.com/kamailio/kamailio/pull/1045 > > I attach here 2 sample