Re: [SR-Users] Max TCP connections

2013-04-16 Thread Yang Hong
Yes. You can set it to 256K connections. However, Kamailio node may exhibit overload even collapse, when maximum 256K TCP connections reaches and each connection perform heavy task by average. To be conservative, you can collect statistics about CPU and memory utilization of Kamailio node und

[SR-Users] Buffer size with xmlrpc module

2013-04-16 Thread Jon Bergli Heier
Hello, we use the xmlrpc module to fetch the list of users with the ul_dump MI command. When the number of users increased, this started to fail as the output size grew. Apparently this is because of too small write queue sizes (tcp_conn_wq_max). I discussed increasing the tcp_conn_wq_max setti

Re: [SR-Users] Typecast

2013-04-16 Thread Victor V. Kustov
В Tue, 16 Apr 2013 06:56:46 +0200 Daniel-Constantin Mierla пишет: > Hello, > > do you need the ip address as an integer? Then you can use math > operations together with transformations to build it in the config. ok. thank you, i try transform it. > > For various time formats, see the pseudo