SIPDialogState Enumeration |
Defines states for SIP dialogs.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum SIPDialogState
Public Enumeration SIPDialogState
public enum class SIPDialogState
Members
| Member name | Value | Description |
---|
| UNDEFINED | 0 |
Unknown state.
|
| EARLY | 1 |
The dialog is created with a provisional response.
|
| CONFIRMED | 2 |
The dialog is created by or transited to the confirmed state when a final response (2xx) received.
|
| TERMINATED | 3 |
The dialog has been closed.
|
See Also