Re: [SR-Users] Dimension a kamailio server

2014-04-01 Thread Rizwan Khan
Thanks a lot Pedro. Just one question? Do we have module for Mongodb? how do i use it? Rizwan Khan On Mon, Mar 31, 2014 at 5:52 AM, Pedro Niño nino.pe...@gmail.com wrote: As Alex said, I/O and calls per second (CPS) is Dependant on what type of design you are using. As a tip, mysql is

Re: [SR-Users] Dimension a kamailio server

2014-04-01 Thread Alex Balashov
All modules are listed here: http://kamailio.org/docs/modules/4.1.x/ On 1 April 2014 03:12:10 GMT-04:00, Rizwan Khan rizk...@gmail.com wrote: Thanks a lot Pedro. Just one question? Do we have module for Mongodb? how do i use it? Rizwan Khan On Mon, Mar 31, 2014 at 5:52 AM, Pedro Niño

Re: [SR-Users] Dimension a kamailio server

2014-04-01 Thread Alex Balashov
Also, MongoDB is not a relational database like MySQL or PostgreSQL. The choice to use a schemaless/NoSQL database vs. an RDBM must be rooted entirely in the type of data you're storing and how you want to store it. These concepts are not freely interchangeable. On 1 April 2014 03:16:13

Re: [SR-Users] Dimension a kamailio server

2014-04-01 Thread Rainer Piper
My next project is ... Setting up a MySQL 5.6 plus 4x MySQL Cluster NDB 7.3 in memory data node to increase the data throughput Like this one: http://dev.mysql.com/doc/refman/5.1/de/images/cluster-components-1.png Regards Rainer Am 01.04.2014 09:12, schrieb Rizwan Khan: Thanks a lot

Re: [SR-Users] Dimension a kamailio server

2014-03-30 Thread Pedro Niño
As Alex said, I/O and calls per second (CPS) is Dependant on what type of design you are using. As a tip, mysql is good for small to medium sizes, but begin to choke at 1000 of concurrent connections. but in a scalable size like you are planning, I would recommend to make a design with resilience

[SR-Users] Dimension a kamailio server

2014-03-28 Thread Rizwan Khan
HI Guys, can you refer me to some resources which help me dimension the hardware for a setup. Total users will be 20,000. What percentage should i assume for concurrent audio and video calls? What is the standard practice? How does this all map to the cpu, ram and storage etc. given that I will

Re: [SR-Users] Dimension a kamailio server

2014-03-28 Thread Alex Balashov
1. Kamailio does not handle RTP, so audio is not a scaling factor at all; 2. The only scaling factors are transactional memory (TM) and any dialog state you are keeping; 3. Without I/O wait from external sources, Kamailio can handle a practically infinite amount of concurrent calls and CPS.

Re: [SR-Users] Dimension a kamailio server

2014-03-28 Thread Rizwan Khan
Thanks Alex. What are the components that I should take into account. Based on answer in another thread I will be using SIP trunk with an NGN to route the outside traffic (other than SIP-SIP). I'll have NATed clients so I'll need the media proxy or rtp proxy as well. What about their