Interacting with the telephone (non-digitally)
Has anyone ever worked with a modem in a way other than using modem protocol? In short, I'd like to make a phone tree app, that does a few simple things:
1. Answers the phone after X number of rings
2. Outputs wav files to the phone line, suggesting "phone tree" options
3. Listens for specific frequencies (the phone buttons)
4. Records wav file if necessary.
Is there a straightforward way to do this? (Completely for fun)
Bill
Re: Interacting with the telephone (non-digitally)
TAPI may be of some assistace. (Telephone API).
Also google for Modem Codes (AT codes also)
Re: Interacting with the telephone (non-digitally)
This sample application shows you how you can use the TAPI 3.0 functions to create a TAPI application of your own:
http://www.vbip.com/miscellaneous/tapi-01.asp
Olly :wave:
Re: Interacting with the telephone (non-digitally)
Here is a link for Modem help and another one too.
MS info on TAPI