Telephone integration

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
Airwaves
Forum Newbie
Posts: 2
Joined: Tue May 10, 2005 1:26 pm

Telephone integration

Post by Airwaves »

Hi,

I'm looking for a way to integrade a phone system into my site.

Ik building a site where customers can buy documents and I want to have them pay us by letting them call to an 0900 number and pay 1,40 euro. The site should give a specific code to the customer. The customer should call the number and via a Voice response system type the code en confirm it. If the code is received, than a record of the mysql database should be changed. If all is done, the customer should be able to download its document.

Who can point me in a direction?
localhost
Forum Commoner
Posts: 43
Joined: Tue Dec 07, 2004 4:52 am
Location: islamabad
Contact:

Post by localhost »

I am tyring to build same kind of application...but i need a start point...where should i start from?
Airwaves
Forum Newbie
Posts: 2
Joined: Tue May 10, 2005 1:26 pm

Post by Airwaves »

I found out that the OS telephone system called Asterisk. It's a complete PABX solution on a linux machine.

It has the ability to store IVM info into MySQL database.
So, I'm thinking of writing a PHP script to read the MySQL data from Asterisk and pass it on to the web appl.

Maybe we can do someting together.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Interesting.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Sami wrote:Interesting.
More than interesting. Cheap :D
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Indeed. :D
Post Reply