Integrate php mysql and voip and text to speech

Im looking for a starting point for writing an application that will allow php / mysql to interact with the VOIP caller.

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

Where to start with this project? In particular, getting voip to interact with php.

+4
source share
2 answers

You might want to check out Twilio's service . Agnostic language, simple REST API, reasonable payment per minute, very reliable and scalable. There are several examples in the documentation to help you get started doing what you want.

+1
source

All Articles