tags:

views:

407

answers:

2

Im looking for a starting point of writing an application that will allow a php/mysql program to interact with a VOIP caller(s).

The idea is caller calls into a number, and that number reads text output from php/mysql based on menu options on the call.

Where do i start with this project? Specifically, getting the voip to interact with the php.

+1  A: 

www.voicePHP.com

Alix Axel
This link doesn't appear to have any downloadable content, code or libraries, nor even a product for sale. You can apparently request to join the beta though.
kibibu
Indeed, it's only beta for now. As the footer says its "Powered by TringMe", they have additional examples and services www.tringme.com
Alix Axel
+1  A: 

You might want to look into Twilio's service too. Language-agnostic, simple REST API, reasonable pay-per-minute cost, very robust and scalable. There are some examples in the documentation that get you started towards doing what you want.

Barnabas Kendall