Re: [SR-Users] [sr-dev] FOSDEM 2017

2017-01-29 Thread Daniel-Constantin Mierla
Hello, this afternoon we should have a fair estimation of the number of persons to attend, so Torrey can make the reservation. How many should be counted for you? Cheers, Daniel On 20/01/2017 11:38, Alexandr Dubovikov wrote: > Hi Daniel, > > IMHO we can do like last year. It was good organized.

Re: [SR-Users] mhomed opened sockets

2017-01-29 Thread Diego Nadares
Hi Daniel, Thanks for your answer. My question was more related to why kamailio opens those extra sockets also when it's not sending any data. Is that the normal behavior? You are right, i will read netstat's manual for how long and why keeps those sockets opened. Thanks again! Diego El vie, 2

Re: [SR-Users] Replace old registration record with new one while keeping single AOR per contact

2017-01-29 Thread Aqs Younas
Thank You for your time. I figured it out later. Another question can i remove a specific contact from kamailio with db_mode=2 whereas max contacts per AOR set to 2 or replace only a specific contact in this case? On Mon, Jan 30, 2017 at 12:59 AM Federico Cabiddu < federico.cabi...@gmail.com> wro

Re: [SR-Users] Replace old registration record with new one while keeping single AOR per contact

2017-01-29 Thread Federico Cabiddu
Hi, you can use the flag "0x04" when calling save(): http://www.kamailio.org/docs/modules/4.4.x/modules/registrar.html#registrar.f.save Regards, Federico On 28 Jan 2017 20:13, "Aqs Younas" wrote: > Greetings list, > I want to keep single AOR per contact. If new regitration comes i want to > r

Re: [SR-Users] FOSDEM 2017

2017-01-29 Thread Giacomo Vacca
I'd be glad to join you; please count me in. Cheers, Giacomo On Tue, 24 Jan 2017 at 15:05, Daniel-Constantin Mierla wrote: > Hello, > > > > anyone else interested in having a dinner event at Fosdem? > > > > Soon there has to be a decision and hopefully Torrey (cc-ed) can help > > again like las

[SR-Users] Presence Module do not load db_url

2017-01-29 Thread Vu. Minh Cao
Hi, I got error when loading presense module in Kamailio 4.4: [Configure] loadmodule "presence.so" modparam("presence", "db_url", "mysql://kamailio:kamailiorw@127.0.0.1/kamailio") [Error] ERROR: presence [presence.c:608]: fixup_presence(): Bad config - you can not call 'handle_publish' func

Re: [SR-Users] dlg_set_timeout bye to websockets client

2017-01-29 Thread Switch168
Hi Daniel, For anyone else who might run into this issue I found https://github.com/kamailio/kamailio/issues/85 to be related to mine. And its a good a starting point. Cheers Andrew On Fri, Jan 27, 2017 at 10:47 AM Switch168 wrote: > HI Daniel, > > modparam("dialog", "dlg_flag", 4) modpara

[SR-Users] Diversion Header - relay messed up

2017-01-29 Thread Roman Dissauer
When I get an INVITE with Diversion Header the Request is forwarded without Diversion Header and the Request User is taken from Diversion User. Problem is that on the Destination Host I cannot get original Request User what is the intended destination! Is this intended behaviour? How can I change

Re: [SR-Users] rtpengine - Key file error

2017-01-29 Thread Serhat Guler
Hi Richard, Thanks for your reply. I actually was trying to install the kernel modules on a Debian 8.7.1 system. As, I couldn't find a solution, I did a clean install without the kernel modules, and now it just runs fine (at some point I will try to install the kernel modules again, and will keep

Re: [SR-Users] R: R: serial forking calls using TSILO

2017-01-29 Thread Federico Cabiddu
Hi, I analyzed and reproduced your issue and here's my conclusions: 1) in your scenario TSILO module is not involved nor needed. TSILO implements "deferred" parallel forking while, in your case, what you are trying to implement is serial forking with chained transaction suspensions. You can see in