Git Product home page Git Product logo

atapi.net's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.