Page 1 of 1

Calls generator

PostPosted: Wed Mar 30, 2011 1:59 pm
by omarrodriguezt
Hello,
We want to test if our system is able to handle 400 inbound calls.
(we already have an ivr that will answer each call)

Can you please suggest us any idea how to send the 400 calls to my server in order to test it capacity?

Thank you in advance.

PostPosted: Wed Mar 30, 2011 2:11 pm
by DhwaniTechnologies
Please provide some details of what you have and what you want to achieve.

What kind of system do you already have? Do you have call center agents who attend these inbound calls? And is that why you are thinking of moving to Vicidial? How many agents do you have?

PostPosted: Wed Mar 30, 2011 2:22 pm
by omarrodriguezt
We are using vicidial the last 2 years.
This is for a new campaign that is not going to have live agents, it will be only an IVR answering each call.

PostPosted: Wed Mar 30, 2011 3:15 pm
by DhwaniTechnologies
Ok. Are you really going to have 400 simultaneous calls? Are there going to be 400 calls right from day one?

I doubt if you will be able to scale to that level with one server, you will definitely need a cluster.

I have personally not tried more than 100 simultaneous calls, in our case outbound IVR. I would request any of our other experienced members to jump in and provide their feedback.

Re: Calls generator

PostPosted: Wed Mar 30, 2011 3:34 pm
by KDell
omarrodriguezt wrote:Hello,
We want to test if our system is able to handle 400 inbound calls.
(we already have an ivr that will answer each call)

Can you please suggest us any idea how to send the 400 calls to my server in order to test it capacity?

Thank you in advance.
As far as straight sending 400 calls - why not see if someone here can help you out while both systems are inactive, or even dial them yourself?

PostPosted: Thu Mar 31, 2011 1:03 am
by DhwaniTechnologies
I had bumped into a project called SIPp several months ago. It lets you auto-generate traffic on your SIP server. Although the concept is truly interesting, I never got a chance to try it out. Has anyone else tried it, feedback appreciated. :)

http://sipp.sourceforge.net/

PostPosted: Thu Mar 31, 2011 6:35 am
by omarrodriguezt
Our client specifically request us 400 lines at the same time, and also they want to test that we are ready to provide then the 400 lines without issue.

We already have our server in a cluster. 1 Data Base and 1 Dialer.
Thank you for all your answers.
I'm going to test Sipp

PostPosted: Thu Mar 31, 2011 12:41 pm
by williamconley
generally the best method is to use another vicidial server to generate the calls. press one campaign with a 2 minute recording. test it with lower numbers first to be sure it is working properly. then lift the limit to 400.

watch in asterisk (show channels, sip show channels, etc) to ensure the call count matches what vicidial thinks is the correct count.

our Core2Quad boxes generally handle 400 fairly well. But watch your bandwidth usage. (and our 400 call campaigns were ULAW, not g729 ...)

PostPosted: Thu Mar 31, 2011 1:53 pm
by omarrodriguezt
Thank you!