Hi,
I am looking for an IVR system that would allow a person to call a number (via telephone), and then using the keypad to send commands that are processed by a PHP script which—after hitting a mySQL database a few times—responds with a value (success/failure) which then is played back to the person on the telephone. In other words:
1. Customer calls (telephone) a number.
2. Computer voice modem answers, IVR app says "Welcome to _____", "Press 1 for...., 2 for...., 3 for....", etc.
3. Customer presses 3.
4. IVR app executes a PHP command/script, returns with a result.
I know there are commercial Windows apps that allow you to build voice menu trees... But what I need is to integrate that (the IVR portion) with my backend PHP/MySQL code.
NO THANK YOU: A closed, Windows-only commercial IVR application.
YES, PLEASE: an opensource IVR project that I could run on Mac OSX (my environment) and integrate into my PHP scripts. Sadly, sourceforge.net does not show anything like this in progress. (What projects are listed, such as CallXML, appear dead in the water.)
Has anyone here had any experience with IVR apps insofar as they work with PHP applications?
...Rene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php