Click or drag to resize
TapiAddressFeatures Enumeration
Indicate operations that can be invoked be invoked on an address.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
[FlagsAttribute]
public enum TapiAddressFeatures
Members
  Member nameValueDescription
Forward1 The address can be forwarded (SetupForwarding(IEnumerableTapiForwardEntry, Int32, TapiAddress)).
MakeCall2 An outgoing call can be placed on the address (Dial(String, Boolean)).
Pickup4 A call can be picked up at the address (Pickup(String, String)).
SetupConference32 A conference call without an initial call can be set up at this address (SetupConference(TapiCall, TapiCall, Int32)).
Unpark128 Calls can be unparked using this address (Unpark(String, TapiAddress)).
PickupHeld256 The Pickup(String, String, TapiAddress) method can be used to pick up a call that is held on the address.
PickupGroup512 The Pickup(String, String) method can be used to pick up a call in the group.
PickupDirect1024 The Pickup(String, String) method can be used to pick up a call on another line/extension.
PickupWaiting2048 The Pickup(String, String) method can be used to pick up a call waiting call.
ForwardFwd4096 The SetupForwarding(IEnumerableTapiForwardEntry, Int32, TapiAddress) method can be used to forward calls on the address to other numbers. Forward flag will also be set.
ForwardDND8192 The SetupForwarding(IEnumerableTapiForwardEntry, Int32, TapiAddress) method (with an empty destination) can be used to turn on the Do Not Disturb feature on the address. Forward flag will also be set.
All12199 A mask that includes all address features.
See Also