开发者

How to make automated Voice call application in php?

开发者 https://www.devze.com 2023-01-02 22:09 出处:网络
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 P开发者_JAVA技巧

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 P开发者_JAVA技巧HP, or there is any buildin function or classes for doing that?


Check out Tropo, they have PHP support.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号