CallClassProvider.CallFeatures Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public: enum class CallClassProvider::CallFeatures
[System.Flags]
public enum CallClassProvider.CallFeatures
[<System.Flags>]
type CallClassProvider.CallFeatures =
Public Enum CallClassProvider.CallFeatures
- Inheritance
-
CallClassProvider.CallFeatures
- Attributes
Fields
Name | Value | Description |
---|---|---|
Accept | 1 | |
AddToConf | 2 | |
Answer | 3 | |
BlindTransfer | 4 | |
CompleteCall | 5 | |
CompleteTransfer | 6 | |
Dial | 7 | |
Drop | 8 | |
GatherDigits | 9 | |
GenerateDigits | 10 | |
GenerateTone | 11 | |
Hold | 12 | |
MonitorDigits | 13 | |
MonitorMedia | 14 | |
MonitorTones | 15 | |
Park | 16 | |
PrepareAddConf | 17 | |
Redirect | 18 | |
RemoveFromConf | 19 | |
SecureCall | 20 | |
SendUserUser | 21 | |
SetCallParams | 22 | |
SetMediaControl | 23 | |
SetTerminal | 24 | |
SetupConf | 25 | |
SetupTransfer | 26 | |
SwapHold | 27 | |
Unhold | 28 | |
ReleaseUserUserInfo | 29 |