https://github.com/markjulmar/itapi3
C++/CLI TAPI 3.0 client .NET wrapper
https://github.com/markjulmar/itapi3
dotnet tapi telephony
Last synced: 3 months ago
JSON representation
C++/CLI TAPI 3.0 client .NET wrapper
- Host: GitHub
- URL: https://github.com/markjulmar/itapi3
- Owner: markjulmar
- License: mit
- Created: 2017-09-08T14:28:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T14:38:13.000Z (about 8 years ago)
- Last Synced: 2023-10-20T21:39:00.445Z (almost 2 years ago)
- Topics: dotnet, tapi, telephony
- Language: C++
- Homepage: http://www.julmar.com
- Size: 1.3 MB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# ITAPI3 - Managed TAPI 3.0 .NET wrapper
This C++/CLI library is for applications that want to access TAPI 3.x functions. The existing .NET RCW cannot be used with TAPI 3.0 due to some issues in the TAPI 3.0 COM library. This wrapper works around those issues and provides a proper wrapped implementation.
The last build of this code was with Visual Studio 2008 using the C++/CLI compiler.
If you are interested in using TAPI 2.0, then check out [ATAPI](https://github.com/markjulmar/atapi/)instead.
More information on this library is available at