How to make automated Voice call application in php?
Asked Answered
O

3

5

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?

Olive answered 11/6, 2010 at 6:35 Comment(2)
Please ask more specific questions. "How can I make this or that application?" is a topic for a book, not a question that can really be answered here.Shatterproof
i am sorry...@ Techpriester...Olive
C
5

Check out Tropo, they have PHP support.

Cottonwood answered 11/6, 2010 at 6:39 Comment(4)
can i connect it through my database??Olive
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).Cottonwood
is there any example for using Tropo WebAPI in PHP??Olive
Somewhere on the site probably, I don't use PHP.Cottonwood
U
2

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

Undoing answered 11/6, 2010 at 6:37 Comment(2)
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...Olive
i have not used ribbit...i have used tropo, which i found little bit easy... thank u @Dan Heberden..Olive
C
2

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

Cinchonize answered 11/6, 2010 at 7:16 Comment(2)
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....Olive
Hi, I have checked out Asterisks but I'm not sure it's what I need. I didn't fully comprehend it but it think it's for bug companies. I just need a voice call notification system. Not too different from basic SMS notification and not more than 10 seconds. Please how do i go about this? If asterisk is not ideal service for me, what else can i use?Anglim

© 2022 - 2024 — McMap. All rights reserved.