Click or drag to resize
TapiAddressIsRoutePoint Property
Indicates if this address is a route point.

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

Property Value

Type: Boolean
Remarks
This property is true if this address is not associated with a particular station or physical device, but is a holding place where calls wait for routing by the application. The application examines calls arriving on this address, and can redirect the call to another address/extension using Redirect(String). The call can also be automatically transferred if a routing timeout expires (the switch usually assumes a default routing).
See Also