Question

I want to make a automated call application, which will dial some mobile numbers, and give the response to them, and also record there voice in wave and text format. is it possible in PHP, or there is any buildin function or classes for doing that?

Was it helpful?

Solution

Check out Tropo, they have PHP support.

OTHER TIPS

ribbit offers an API for making calls, playing files, etc (php link)

You can use asterisk and implement an IVR flow using AGI php scripts.

Asterisk is an open source telephony project. You install the software on a linux box, then you connect some phone lines (PSTN, ISDN, SIP, whatever).

Asterisk can be controlled by using AGI php scripts to build custom interactions (dial number XXX, play wave "Press one to do this, two to do that", read DTMF input from user, etc).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top