Click or drag to resize

RegState Enumeration

Defines states for a SIP registration process.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntax
public enum RegState
Members
Member nameValueDescription
NotRegistered0 The SIP client is not registered
RegistrationRequested1 The SIP client sent REGISTER request and no answer received yet.
RegistrationSucceeded2 The SIP client is registered.
UnregRequested3 The SIP client sent a REGISTER request with 0 Expires and no answer received yet.
Error4 An error occurred during the registration process

The RegState type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsRegistered
(Defined by RegStateEx)
Top
See Also