Click or drag to resize
TapiCallFeatures Enumeration
Indicate operations that can be invoked for a given address or call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
[FlagsAttribute]
public enum TapiCallFeatures
Members
  Member nameValueDescription
Accept1 Accept the call (Accept).
Answer4 Answer the call (Answer).
BlindTransfer8 Perform a blind (one-step) transfer on the call (Transfer(String)).
CompleteTransfer32 Complete the call transfer (CompleteTransfer(TapiCall, Boolean)).
Dial64 Dial the destination number for the call (Dial(String)).
Drop128 Drop (disconnect) the call (Disconnect).
GatherDigits256 Gather digits from the call (GatherDigits(Int32, String, Int32, Int32)).
GenerateDigits512 Generate digits on the call (GenerateDigits(String)).
Hold2048 Put the call on hold (Hold).
MonitorDigits4096 Monitor digits on the call (WaitForDigit(Int32) and DigitDetected).
MonitorTones16384 Monitor silence and tones on the call (WaitForSilence(Int32, Int32)).
Park32768 Park the call (Park(String)).
PrepareAddToConference65536 Prepare the call for addition to a conference (PrepareAddToConference).
Redirect131072 Redirect the call to another destination (Redirect(String)).
RemoveFromConference262144 Remove the call from the conference (RemoveFromConference).
SetupConference16777216 Set up a conference (SetupConference(TapiCall, TapiCall, Int32)).
SetupTransfer33554432 Set up a transfer (SetupTransfer).
SwapHold67108864 Perform a swap hold operation (SwapHold(TapiCall)).
UnHold134217728 Take the call off hold (Unhold).
All252173293 A mask that includes all call features.
See Also