Defines states for a SIP registration process.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
SyntaxPublic Enumeration RegState
public enum class RegState
Members| Member name | Value | Description |
|---|
| NotRegistered | 0 |
The SIP client is not registered
|
| RegistrationRequested | 1 |
The SIP client sent REGISTER request and no answer received yet.
|
| RegistrationSucceeded | 2 |
The SIP client is registered.
|
| UnregRequested | 3 |
The SIP client sent a REGISTER request with 0 Expires and no answer received yet.
|
| Error | 4 |
An error occurred during the registration process
|
The RegState type exposes the following members.
Extension Methods
See Also