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?
is ribbit free like tropo, i wass using tropo but the problem is that it is not that flexible as i wanted all the data input from user to be saved in my database...
Harish Kurup
2010-06-11 06:41:44
i have not used ribbit...i have used tropo, which i found little bit easy... thank u @Dan Heberden..
Harish Kurup
2010-06-14 06:12:07
You need some glue code to pipe your data through, but you can access the API from your server (so yes, you can use your database).
Konstantin Haase
2010-06-11 09:05:58
+1
A:
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).
diciu
2010-06-11 07:16:22
thank u @diciu...i have not used asterisk... i am using tropo..as it is bit easy for me to understand....hence i selected the above answer....
Harish Kurup
2010-06-14 06:13:31