Re: [asterisk-users] asterisk practices

2011-04-28 Thread Jan Bakuwel
Hi Vip, On 28/04/11 05:34, vip killa wrote: I just completed building a feature rich asterisk voicemail system using perl, php, and mysql. My only concern is that the system i built will not be able to handle the call volume needed. Let me start by explaining my setup. Incoming call -

[asterisk-users] asterisk practices

2011-04-27 Thread vip killa
I just completed building a feature rich asterisk voicemail system using perl, php, and mysql. My only concern is that the system i built will not be able to handle the call volume needed. Let me start by explaining my setup. Incoming call - route.agi (perl - mysql lookup) - AGI - voicemailbox

Re: [asterisk-users] asterisk practices

2011-04-27 Thread David
Hey, You could test it? Setup a second server that calls the voicemail on the first server. Test different call volumes that way. Write a simple script that calls asterisk manager and originate your 50 calls asynchronously, see what happens. If it's a production server, you may want to wait