PHP Phone Calls

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

PHP Phone Calls

Post by tecktalkcm0391 »

I was on eBay and I did something and soon as I clicked "Call Me Now" my home phone rang with an automated message. I was wondering if there was someway to do this (the phone part i have no clue), but the recording part in PHP like take different audio files and combine them so I would have Original Message + NumberA + NumberB + NumberC
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

I would think that the server would need to support telephony, either via cards or attached to a PBX system. You also might be able to connect to a system like Skype. Check and see if they have an API.
(#10850)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

I have looked for a Linux TAPI (Telephony API) but could never find one. Windows however has a TAPI.

http://en.wikipedia.org/wiki/Telephony_ ... _Interface
Post Reply