Click or drag to resize
TapiLineDeviceSpecificExtensionID Property
Gets an identifier of the device specific extension supported by the line device.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public TapiDeviceSpecificExtensionID DeviceSpecificExtensionID { get; }

Property Value

Type: TapiDeviceSpecificExtensionID
Remarks

Many TSPs provide functionality specific to the telephony system using device specific extensions. Four IDs in TapiDeviceSpecificExtensionID together specify a universally unique extension identifier that identifies a line device class extension. All 4 IDs are zeros if the line provides no extensions.

Please refer to the TAPI documentation for the telephony hardware to find out about device specific functionality supported by the telephony service provider.

See Also