Skip to content

Managed library for TAPI development with .NET

License

Notifications You must be signed in to change notification settings

MattiLE/atapi.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 existing API provided by Microsoft in TAPI.DLL, 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.

32-bit

Install-Package ATAPI -Version 2018.3.09.00

64-bit

Install-Package ATAPIx64 -Version 2018.3.09.00

Or right-click on the references folder in Visual Studio and select Manage Nuget Packages and type ATAPI into the search box

You can pick either 32-bit or 64-bit (note that they are different!)

This project has been around a long time on http://www.julmar.com in binary form, and I finally obtained the permission to release the full source to the project. It's very stable and has been used in all kinds of telephony related projects.

For a simple example, check out http://www.julmar.com/blog/programming/atapi-for-net-2-0/. For more examples, download the source tree which has several test applications.

About

Managed library for TAPI development with .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Visual Basic .NET 0.4%