https://github.com/markjulmar/atapi.net
Managed library for TAPI development with .NET
https://github.com/markjulmar/atapi.net
dotnet tapi telephony
Last synced: 2 months ago
JSON representation
Managed library for TAPI development with .NET
- Host: GitHub
- URL: https://github.com/markjulmar/atapi.net
- Owner: markjulmar
- License: mit
- Created: 2017-09-08T09:42:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T17:18:28.000Z (about 1 year ago)
- Last Synced: 2025-07-13T13:28:43.355Z (3 months ago)
- Topics: dotnet, tapi, telephony
- Language: C#
- Homepage: http://www.julmar.com
- Size: 1.07 MB
- Stars: 50
- Watchers: 9
- Forks: 33
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATAPI.NET - Managed library for TAPI development with .NET
Managed .NET library for interacting with the Microsoft Telephony API (TAPI) 2.x. This library is for creating clients that consume telephony services on Windows XP or better. To use this library, it's helpful to have knowledge of TAPI as it's really just a thin wrapper over the Telephony API provided by Microsoft, there's a documentation file included in the form of a compiled help file for Windows.
## Installation
The best way to install this into your project is through [NuGet](https://www.nuget.org/packages/ATAPI/).
Or right-click on the references folder in Visual Studio and select _Manage Nuget Packages_ and type *ATAPI* into the search box.
This project has been around a long time on [http://www.julmar.com](http://www.julmar.com) in binary form, and I finally decided to release the full source to the project. It's very mature and stable.
For a simple example, check out [http://www.julmar.com/blog/programming/atapi-for-net-2-0/](http://www.julmar.com/blog/programming/atapi-for-net-2-0/). For more examples, download the source tree which has several test applications.