Re: [SR-Users] Increase Simultaneous Registration

2015-06-04 Thread Daniel-Constantin Mierla
Hello, as tcp is a trasport easier to exploit for attacks, there is a limit of how many connections can be active. You can increase it as you need, see the core cookbook: - http://www.kamailio.org/wiki/cookbooks/4.2.x/core#tcp_max_connections Cheers, Daniel On 23/05/15 12:23, Austin Einter wr

Re: [SR-Users] Increase Simultaneous Registration

2015-05-24 Thread DanB
Hi Austin, Kamailio should be pretty fast on these things. Here are things which you can check: * Increase number of TCP workers/make sure you are using async TCP. * Use in-memory store for your registrations, not DB ones (at least dump async your contacts in DB). * Make sure you allow enoug

[SR-Users] Increase Simultaneous Registration

2015-05-24 Thread Austin Einter
Hi All I am using Kamailio 4.0.4 (x86_64/linux). I wanted to do simultaneous registrations of large number of endpoints. Many times I see only 2048 endpoints registered and for other endpoints Kamailio did not respond for REGISTER message. I am tcp as transport. Now my questions are 1. What are