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

Godson Gera godson.g at gmail.com
Mon Dec 8 06:40:27 CST 2008


Hi,



On Mon, Dec 8, 2008 at 8:48 AM, Matthew Wilson <matt at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-biz/attachments/20081208/02989cfc/attachment-0001.htm 


More information about the asterisk-biz mailing list