Defines states for SIP dialogs.

C# | Visual Basic | Visual C++ |
public enum SIPDialogState
Public Enumeration SIPDialogState
public enum class SIPDialogState

Member | Description |
---|---|
UNDEFINED |
Unknown state.
|
EARLY |
The dialog is created with a provisional response.
|
CONFIRMED |
The dialog is created by or transited to the confirmed state when a final response (2xx) received.
|
TERMINATED |
The dialog has been closed.
|
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290