Hello,
I am developing a infokiosk application(in flash) which will provide services to its users. My flash (Macromedia) application is interacting with PHP to get some information of my database.
I want to build a system that the user will be able to press a tel number via the multimedia application and then pickup a telephone device outside the kiosk and talk.
I though that i might be possible to be done if i make a PHP script which will program the modem so as to
1)Dial the number with pulses(DTMF)
2)Hangup the line when the user leaves the telephone(outside sensor)
First of all, has anybody seen something similar?
Secondly is it possible to program the modem via PHP?