Nuno Marques
2008-Oct-29 22:31 UTC
[asterisk-users] Dimensioning a telephony system based on openser!
Hi, I've sucessfully completed an Openser 1.3.2 + Mediaproxy 1.9.1 + Asterisk 1.4 + CDRTool with freeradius telephony system. Asterisk is used only for voice mail and redirectioning calls. Every calls should pass through mediaproxy so that i can account them. The goal was to create a simple prototype of what could be a VoIP provider. Now i need to dimensioning this system to work with this requisites: - 10000 users; - 100 VoIP to VoIP calls simultaneously capacity; - 30 VoIP to PSTN calls simultaneously capacity; Can anyone point me some ideas of how can i design such a system (how many servers, how to distribute the services among them, etc.). I have this prototype mounted with VMWare, so i think that even making tests with sipp aren't going to be reliable. Thanks in advance, Nuno -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081029/6632a6fe/attachment.htm
Alex Balashov
2008-Oct-29 22:32 UTC
[asterisk-users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!
Nuno Marques wrote:> Every calls should pass through mediaproxy so that i can account them.You can do accounting without handling media. -- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : (+1) (678) 954-0670 Direct : (+1) (678) 954-0671 Mobile : (+1) (706) 338-8599
Nuno Marques
2008-Oct-29 22:35 UTC
[asterisk-users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!
Without mediaproxy? Only based on SIP messages? 2008/10/29 Alex Balashov <abalashov at evaristesys.com>> Nuno Marques wrote: > > Every calls should pass through mediaproxy so that i can account them. >> > > You can do accounting without handling media. > > -- > Alex Balashov > Evariste Systems > Web : http://www.evaristesys.com/ > Tel : (+1) (678) 954-0670 > Direct : (+1) (678) 954-0671 > Mobile : (+1) (706) 338-8599 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081029/b88ccd82/attachment.htm
Alex Balashov
2008-Oct-29 22:56 UTC
[asterisk-users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!
Yes. There are some liabilities with that in that the signaling messages may be incomplete (i.e. you may miss a BYE) and this is the usual reason given for doing media proxying for more accurate accounting. But the latency, bandwidth consumption, and increased complexity and cost associated with doing it on a large scale does not justify it, in my opinion. SIP-only accounting is "good enough" most of the time. Nuno Marques wrote:> > Without mediaproxy? Only based on SIP messages? > > > > 2008/10/29 Alex Balashov <abalashov at evaristesys.com > <mailto:abalashov at evaristesys.com>> > > Nuno Marques wrote: > > Every calls should pass through mediaproxy so that i can > account them. > > > You can do accounting without handling media. > > -- > Alex Balashov > Evariste Systems > Web : http://www.evaristesys.com/ > Tel : (+1) (678) 954-0670 > Direct : (+1) (678) 954-0671 > Mobile : (+1) (706) 338-8599 > >-- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : (+1) (678) 954-0670 Direct : (+1) (678) 954-0671 Mobile : (+1) (706) 338-8599
Jai Rangi
2008-Oct-29 23:22 UTC
[asterisk-users] [OpenSIPS-Users] Dimensioning a telephony system based on openser!
"SIP-only accounting is "good enough" most of the time." Does not work in production environment. Specially when you are charging per second or per minute. Works only if some one is offering unmetered only service or just doing it for fun. If it metered service like calling cards, termination or metered DID etc, then this can be really bad. My 2 cents. -Jai "Buy unmetered SIP DID www.didforsale.com" On Wed, Oct 29, 2008 at 3:56 PM, Alex Balashov <abalashov at evaristesys.com>wrote:> Yes. There are some liabilities with that in that the signaling > messages may be incomplete (i.e. you may miss a BYE) and this is the > usual reason given for doing media proxying for more accurate accounting. > > But the latency, bandwidth consumption, and increased complexity and > cost associated with doing it on a large scale does not justify it, in > my opinion. SIP-only accounting is "good enough" most of the time. > > Nuno Marques wrote: > > > > > Without mediaproxy? Only based on SIP messages? > > > > > > > > 2008/10/29 Alex Balashov <abalashov at evaristesys.com > > <mailto:abalashov at evaristesys.com>> > > > > Nuno Marques wrote: > > > > Every calls should pass through mediaproxy so that i can > > account them. > > > > > > You can do accounting without handling media. > > > > -- > > Alex Balashov > > Evariste Systems > > Web : http://www.evaristesys.com/ > > Tel : (+1) (678) 954-0670 > > Direct : (+1) (678) 954-0671 > > Mobile : (+1) (706) 338-8599 > > > > > > > -- > Alex Balashov > Evariste Systems > Web : http://www.evaristesys.com/ > Tel : (+1) (678) 954-0670 > Direct : (+1) (678) 954-0671 > Mobile : (+1) (706) 338-8599 > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081029/ef3a42cd/attachment.htm