Making A Phone Call With TAPI 3
-
Hi All, Can someone please see if they can help me in my problem or point me in the right direction. I'm trying to make a phone call using TAPI 3 and C#. I have managed to make the call, but when it's connected, I can hear the other party clearly, but they cannot hear me. My microphone and earphones are plugged into the modem's jacks. The modem is installed as an Intel(R) 536EP Modem and there is a Unimodem Full-Duplex Audio device installed as well. The end goal of this project is to be able to record the conversation that takes place and store it as a wave file on the hard drive. As a side note: One thing I could manage to do was to use the dialer.exe utility with WindowsXP to make the call. If I then plugged the microphone into the sound card and the earphones into the modem, I managed to have a conversation both ways. I'm not sure if this info would help at all but I thought I'd include it. Regards and Thanks,
-
Hi All, Can someone please see if they can help me in my problem or point me in the right direction. I'm trying to make a phone call using TAPI 3 and C#. I have managed to make the call, but when it's connected, I can hear the other party clearly, but they cannot hear me. My microphone and earphones are plugged into the modem's jacks. The modem is installed as an Intel(R) 536EP Modem and there is a Unimodem Full-Duplex Audio device installed as well. The end goal of this project is to be able to record the conversation that takes place and store it as a wave file on the hard drive. As a side note: One thing I could manage to do was to use the dialer.exe utility with WindowsXP to make the call. If I then plugged the microphone into the sound card and the earphones into the modem, I managed to have a conversation both ways. I'm not sure if this info would help at all but I thought I'd include it. Regards and Thanks,
Although I don't know about TAPI, one general point comes to mind: Did you try connecting the microphone to the soundcard and see if your program works then? Regards, mav
-
Although I don't know about TAPI, one general point comes to mind: Did you try connecting the microphone to the soundcard and see if your program works then? Regards, mav
Yes, I have tried that. Although that works when I use dialer.exe (with WinXP), it doesn't work when I use my application to dial with. Thanks for the response anyway.