Monday, December 8, 2008

Re: [asterisk-biz] Need help building simple reverse-911 style app

Hi,

   

On Mon, Dec 8, 2008 at 8:48 AM, Matthew Wilson <matt@tplus1.com> wrote:
Hi --

I'm building a web application to employees pick up available shifts.
I want to build an IVR component that works a little like this:

1. A boss logs in to the website and types a paragraph of text like "I
need three nurses for tonight's shift".

2. The system looks up phone numbers for the appropriate employees,
then calls those employees, and converts the text to speech, and plays
a message.

3. At the end of each call, the system asks the listener to press 1 or
2 and then the system records their choice.

I need advice on how to set up VOIP, how to minimize my bandwidth
costs and maximize the number of conversations I can do in parallel,
and finally, how to configure asterisk to do all this.

    Those questions have no simple answers. As far as achieving this with asterisk is concerned. You need to use two end user APIs provided by asterisk, AGI and AMI. Once you notice a pending announcement request in your web application, you need to make outbound calls to appropriate employees using 'Originate' command of AMI and connect them the the IVR written in AGI, playout the file using GET DATA command of AGI and record whatever the choice returned by that command.

 
--
Thanks & Regards,
Godson Gera
http://godson.in

No comments: