Question and Answer Database FAQ4601C.txt - Writing Programs To Make Cellular Phone Calls Category :Miscellaneous Platform :All Windows Product :All-32Bit, Question: How Would I write a program to make a cellular phone call? Answer: You would need to use the Telephony API. - Initialize TAPI - lineInitializeEx() - get a handle to a capable telephone line - lineOpen() - make the call - lineMakeCall() - send the data - (done outside of TAPI) - end the call - lineDrop(), lineDeallocateCall(), lineClose(). and lineShutdown() 5/25/99 11:50:57 AM
Last Modified: 01-SEP-99