Defines states for a SIP registration process.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public 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
|
See Also