문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top