Click or drag to resize
TapiCallTrunk Property
Gets the number of the trunk over which the call is routed.

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

Property Value

Type: Int32
A number identifying the trunk over which the call is routed. -1 if unknown.
Remarks
The application can use Trunk property to find out which trunk the call is routed over. This property is used for both incoming and outgoing calls. Trunk property is set to -1 if the trunk is unknown.
See Also