Page 1 of 1

Maximum number of calls simultaneously on vicidial

PostPosted: Thu Mar 07, 2013 2:26 pm
by antonynv
Regards
I am new to vicidial and I would like to know what the maximum number of calls simultaneously that can be handled.
thanks in advance

Re: Maximum number of calls simultaneously on vicidial

PostPosted: Thu Mar 07, 2013 5:37 pm
by williamconley
Welcome to the Party antonynv! 8-)

First, newbie suggestions (which will make your stay here much more comfortable):

when you post, please post your entire configuration including (but not limited to) your installation method and vicidial version with build.

this IS a requirement for posting along with reading the stickies (at the top of each forum) and the manager's manual (available on EFLO.net, both free and paid versions)

You should also post: Asterisk version, telephony hardware (model number is helpful here), cluster information if you have one, and whether any other software is installed in the box. If your installation method is "from scratch" you must post your operating system and should also post the .iso version from which you installed your original operating system. If your installation is "Hosted" list the site name of the host.

If this is a "Cloud" or "Virtual" server, please note the technology involved along with the version of that techology (ie: VMware Server Version 2.0.2). If it is not, merely stating the Motherboard model # and CPU would be helpful.

Similar to This:

Vicibox X.X from .iso | Vicidial X.X.X-XXX Build XXXXXX-XXXX | Asterisk X.X.X | Single Server | No Digium/Sangoma Hardware | No Extra Software After Installation | Intel DG35EC | Core2Quad Q6600

Next: There is no "defined" maximum. However, a rule of thumb is anywhere from 150-350 calls per server. No real limit to the number of servers in a Cluster, although it is somewhat cumbersome to exceed eight servers.

That being said, I've had servers up to 600 calls and I've had servers that were only capable of 4 calls (VPS servers usually, but a couple old Pentium IIs had that limit as well).

Do you have a goal? Or is this merely a planning mission? Will your server have 1 processor or 16? Will it be 1Ghz or 3.6Ghz? Will it have 1G RAM or 32G RAM? SSD Drives or 5400 rpm IDE drives? 100Mx100M Bandwidth or 1G x 512K Bandwidth?

Re: Maximum number of calls simultaneously on vicidial

PostPosted: Fri Mar 08, 2013 1:29 pm
by antonynv
This is my specifications

Installation
GoAutoDial 2.1 full

Kernel Version: 2.6.18-238.9.1.el5.goPAE (SMP)
Distro Name: GoAutoDial CE 2.1
Asterisk: 1.4.39.1-vici RPM

SERVER
Processors: 8
Model Intel(R) Xeon(TM) CPU 3.20GHz
CPU Speed: 3.19 GHz
Cache Size: 2.00 MB
RAM Memory: 8 Ghz

Network
5MB synchronous fiber

TErminals
Softphone(eyesbeam)
Code: g729

Re: Maximum number of calls simultaneously on vicidial

PostPosted: Fri Mar 08, 2013 2:58 pm
by williamconley
g729 is a limiting factor. add more bandwidth if necessary to avoid compressing the calls.

also consider "stupid fast" hard drives (15K SAS or SSD for instance).

Re: Maximum number of calls simultaneously on vicidial

PostPosted: Tue Mar 19, 2013 1:25 pm
by KeithHBW
@william, in what way is compressing calls a limiting factor?

Like what kind of limits or situations does compressiong calls create?

Re: Maximum number of calls simultaneously on vicidial

PostPosted: Tue Mar 19, 2013 1:47 pm
by williamconley
cpu is required to compress the calls. using cpu for compression leaves less cpu for ... everything else. and g729 is particularly cumbersome in this regard as it is a very intense process compared to other compression techniques such as gsm. it is excellent for those with lots of cpu and very little bandwidth (can you say DSL? LOL), but it is a complete waste if you have the bandwidth available. not to mention that is degrades call quality which is never desirable if avoidable.