Dial in script
I have a client side windows program that will need to call into a linux system. It will transmit a string of characters to the server.
I need a program/script FOR THE SERVER END that can do the following:
- Answer the modem when the phone line rings
- Submit the following to a php script at a url I have set up:
- the caller id info. from the call
- a string of characters that the computer calling in sends once it connects.
From what I can tell, I can use mgetty to handle the answering and caller id.
Is anything like this already in existence?
|