AddTapi.NET Releases

Released: Mar 21, 2023

Updates in 6.1

Fixes

  • Fixed PlatformNotSupported exception in AddTapi for .NET 6.

Released: Nov 18, 2022

Updates in 6.0

Features

  • Added Support for Microsoft Visual Studio 2022, .NET 6 and 7 - AddTapi now supports all major versions of .NET from 2.0 to 7.0. Separate DLLs for .NET 2.0 - 3.5, .NET 4.0 - 4.8 and .NET 6.0 - 7.0 are provided. Please note that AddTapi.NET is still a Microsoft Windows-only library because it uses Windows-specific Telephony API.
  • Additional device-specific functionality:
    • Added 'TapiCall. DeviceSpecificStatus' property to provide access to device-specific portion of the call status.
    • Added...

Released: Nov 12, 2018

Updates in 5.3

Updates in 5.3

  • Support for .NET 4.6-4.7 and Visual Studio 2017-2019.
  • Added TapiCall.ConnectedMode property that describes different substates of a connected call.
  • Added TapiLine.Open method overload that allows to request specific call privileges when opening a line.
  • Added TapiCall.Dial method overload that allows to apply dialing rules when dialing on an existing call.
  • Fixed a rare race condition that was causing TapiCall.State property to show Connected for some disconnected calls.

Released: Oct 14, 2016

Updates in 5.2

Features

  • Call data support - The call data field is used to provide additional information related to a call in TAPI. Some systems, for example Avaya Voicemail Pro, use this field to pass additional information to TAPI applications monitoring the calls. New TapiCall.CallData property gives the application access to the call data. The CallData flag has been added to the TapiCallInfoState enumeration. AddTapi.NET fires the TapiApp.CallInfo event with this flag set when the call data becomes...

Released: Nov 21, 2014

Updates in 5.1

  • Adds TapiLine..::.SetupForwarding(IEnumerable<(Of <(TapiForwardEntry>)>), Int32, TapiAddress) method for setting up call forwarding and do-not-disturb on the line.
  • Added workarounds for non-standard behavior of Aastra TSP in some configurations.

Released: Sep 10, 2014

Updates in 5.0

  • Support for conference calls with 3 or more parties.
  • New audio engine supports text-to-speech and audio playback in Windows service applications.
  • Detailed line status information and device state events.
  • Improved Avaya IP Office support.