SIPDialogState Enumeration |
Defines states for SIP dialogs.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum SIPDialogState
Public Enumeration SIPDialogState
public enum class SIPDialogState
MembersMember 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