Defines the type of call hold operation.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public enum CALL_HOLD_TYPE |
| Visual Basic (Declaration) |
|---|
Public Enumeration CALL_HOLD_TYPE |
| Visual C++ |
|---|
public enum class CALL_HOLD_TYPE |
| J# |
|---|
public enum CALL_HOLD_TYPE |
Members
| Member name | Description | |
|---|---|---|
| CALL_HOLD_DEFAULT |
Hold/UnHold supporting both RFC2543 and RFC3261 SDP hold information.
| |
| CALL_HOLD_RFC3261 |
Hold/UnHold using RFC3261 (sendonly/recvonly)
| |
| CALL_HOLD_RFC2543 |
Hold/UnHold using RFC2543 type (c=0.0.0.0)
|
