Click or drag to resize

SIPDialogState Enumeration

Defines states for SIP dialogs.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public enum SIPDialogState
Members
Member nameValueDescription
UNDEFINED0 Unknown state.
EARLY1 The dialog is created with a provisional response.
CONFIRMED2 The dialog is created by or transited to the confirmed state when a final response (2xx) received.
TERMINATED3 The dialog has been closed.
See Also