Regarding TAPI

  • Thread starter Thread starter Aftab Alam
  • Start date Start date
A

Aftab Alam

Hello All
I want to know what dotnet provides in place of TAPI and what ever it
provides is better then JTAPI or not. I actually want to recieve the
telephone call on my system and do some tasks as after getting instructions
from caller
Regards
Muhammad Aftab Alam
 
Hello,

You can use two approaches:
1. Use P/Invoke to wrap TAPI 2.x functions;
2. Import a TAPI 3.x type library as an .Net assembly (using tlbimp tool or
Visual Studio .Net).
 
Back
Top