Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make automated Voice call application in php?

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?

like image 291
Harish Kurup Avatar asked Jun 11 '10 06:06

Harish Kurup


2 Answers

Check out Tropo, they have PHP support.

like image 123
Konstantin Haase Avatar answered Oct 20 '22 00:10

Konstantin Haase


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

like image 34
Dan Heberden Avatar answered Oct 20 '22 01:10

Dan Heberden