is it possible to develop a IVR system in PHP ?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
jayarajmohan
Forum Newbie
Posts: 16
Joined: Fri Aug 29, 2008 12:06 am

is it possible to develop a IVR system in PHP ?

Post by jayarajmohan »

is it possible to develop a IVR system in PHP ?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: is it possible to develop a IVR system in PHP ?

Post by josh »

It could certainly be used for the "glue" of your system, but I wouldn't think it would be possible to do in 100% php, you would need to have a PHP extension or a compiled program most likely, or like a java bridge
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: is it possible to develop a IVR system in PHP ?

Post by VladSun »

There are 10 types of people in this world, those who understand binary and those who don't
jayarajmohan
Forum Newbie
Posts: 16
Joined: Fri Aug 29, 2008 12:06 am

Re: is it possible to develop a IVR system in PHP ?

Post by jayarajmohan »

If we are using Asterisk PHP means we need a Asterisk system with us right ?
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: is it possible to develop a IVR system in PHP ?

Post by VladSun »

Yes :)
You asked a very general question, though ;)
There are 10 types of people in this world, those who understand binary and those who don't
Post Reply