Yate Community Forum

Yate server => Yate IVR => Topic started by: mquevedob on September 08, 2015, 11:34:16 PM

Title: IVR benchmark
Post by: mquevedob on September 08, 2015, 11:34:16 PM
Hi,

I have a benchmark question regarding IVR over SIP using YATE SIP server.

Given the right server hardware, can Yate IVR handle 1 or 2 thousand simultaneous calls?

Martin
Title: Re: IVR benchmark
Post by: Monica Tepelus on September 16, 2015, 04:55:12 AM
Hello,

How are the ivrs implemented?
* PHP client scripts?
* Javascript routing script?
* yaypm?
* Another way?

That is a big number of calls considering that the media passes through Yate.
I haven't really tested it with that many simultaneous ivrs. My suggestion is to develop the ivr and then add a proxy in front that sends the calls to multiple ivr servers. At a certain point you will have too many calls.
Title: Re: IVR benchmark
Post by: mquevedob on September 19, 2015, 02:04:01 PM
hi Monica,

thanks for the reply. I intend to use php as clients but run them under HHVM to speed up PHP run time.

i will be testing this scenario and post results.