Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Alex Balashov
On 12/13/2014 01:01 PM, Ahmed Salem wrote: I expect about 300,000 to 400,000 end points and maybe 10% of them will send simultanoues requests per second, so will one instance still be enough? It's hard to say due to the multitude of variables involved, but personally, I think you can do this

Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Ahmed Salem
Hi Alex, Thanks for your help. I think t_replicate is the best option for me. I expect about 300,000 to 400,000 end points and maybe 10% of them will send simultanoues requests per second, so will one instance still be enough? And what is the ratio between shared memory and available RAM if my mac

Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Alex Balashov
On 12/13/2014 12:33 PM, Ahmed Salem wrote: Is there any other way other than t_suspend/t_continue that I can use to scale kamailio and still support push notifications. Well, one factor is that Kamailio is very high-performant and scales very well in just one instance. Just how many clients d

Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Ahmed Salem
Hi Alex, Thanks for your reply. Is there any other way other than t_suspend/t_continue that I can use to scale kamailio and still support push notifications. Thanks Ahmed On Sat, Dec 13, 2014 at 6:57 PM, Alex Balashov wrote: > > The servers don't share transactions; just having the index and l

Re: [SR-Users] t_suspend/t_continue

2014-12-13 Thread Alex Balashov
The servers don't share transactions; just having the index and label stored in a shared DB isn't enough. What really has to be shared are the data structures and other metadata stored in the runtime instance of Kamailio. So, you can't do that. On 12/13/2014 04:14 AM, Ahmed Salem wrote: Hi,

[SR-Users] Error When Configuring the sipcapture module.

2014-12-13 Thread Mahmoud Ramadan Ali
Hi Dears, I'm trying to configure the SIP Capture module with Kamailio BUT i'm receiving that Error. Dec 13 09:20:53 debian /usr/local/sbin/kamailio[5183]: ERROR: sipcapture [hep.c:84]: hep_msg_received(): ERROR: sipcapture:hep_msg_received: not supported version or bad length: v:[82] l:[69] Any

Re: [SR-Users] kamailio for newbies!

2014-12-13 Thread Måns Nilsson
Subject: [SR-Users] kamailio for newbies! Date: Mon, Dec 01, 2014 at 01:35:35PM + Quoting Aria Mill (ariam...@yahoo.com): > Hello, > Why has nobody made a kamailio video series on youtube?- Because youtube videos suck at explaining complex software beyond cargo cult[0] proficiency levels. Re

[SR-Users] t_suspend/t_continue

2014-12-13 Thread Ahmed Salem
Hi, I have 2 kamailio servers behind a load balancer. How can I use t_suspend on one server and t_continue on the other one. I already have the index and label of the transaction saved in a common database shared by the two kamailio servers. The reason I want to do this is for push notifications