Click or drag to resize
TapiCallDeviceSpecificInfo Property
Gets device specific information about the call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public byte[] DeviceSpecificInfo { get; }

Property Value

Type: Byte
Remarks

Many TSPs provide functionality specific to the telephony system using device specific extensions. Please refer to the TAPI documentation for the telephony hardware to find out about device specific functionality supported by the telephony service provider.

DeviceSpecificInfo property allows the application to retrieve device specific information about the call. The information provided in DeviceSpecificInfo property is described in TAPI documentation for the telephony hardware.

The application has to negotiate a version of the extension supported by the line device using NegotiateDeviceSpecificExtensionVersion(UInt32, UInt32) before opening the line in order to use device specific functionality.

See Also