Phone call (TAPI) with PPC
-
Hi all! I would like to make my PPC application able to make and receive phone calls. But unfortunately im new to TAPI, and dont know where to start. I read the MSDN about it, and i checked out the CEDialer example, but it doesnt work... I'm using eVC++, Siemens SX45 (Pocket PC 2000). Can anybody tell me, how to start, or the location of a tutorial, or a working sample code (that would be the best)! It is fit, if i could send datas (phone number and command) to Pocket Dialer, and it would do the rest (make calls, receive calls) if it is possible. Thanks in advance! Best regards: Shane99
-
Hi all! I would like to make my PPC application able to make and receive phone calls. But unfortunately im new to TAPI, and dont know where to start. I read the MSDN about it, and i checked out the CEDialer example, but it doesnt work... I'm using eVC++, Siemens SX45 (Pocket PC 2000). Can anybody tell me, how to start, or the location of a tutorial, or a working sample code (that would be the best)! It is fit, if i could send datas (phone number and command) to Pocket Dialer, and it would do the rest (make calls, receive calls) if it is possible. Thanks in advance! Best regards: Shane99
Hi again! I got CeDialer to work, but now i can do only data calls, with no voice. It only beeps when i pick up the called party's receiver. I suppose its becouse the line 1122.: lpCallParams->dwMediaMode = LINEMEDIAMODE_DATAMODEM; what should be lpCallParams->dwMediaMode = LINEMEDIAMODE_INTERACTIVEVOICE; But if i set to interactivevoice, than the lineMakeCall gives an error. What is wrong? Thanks in advance: Shane99