AddTapi.NET のリリース

Released: Mar 21, 2023

6.1 での更新項目

不具合の修正

  • Fixed PlatformNotSupported exception in AddTapi for .NET 6.

Released: Nov 18, 2022

6.0 での更新項目

機能

  • 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

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

5.2 での更新項目

機能

  • 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 available or...

Released: Nov 21, 2014

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

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.