Contains error definition for a SIP registration process.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Enumeration RegError
public enum class RegError
Members
| Member name | Value | Description |
---|
| NoError | 0 |
No error occurred.
|
| ConnectionError | 1 |
Could not connect to remote host or the local transport could not be created.
|
| InvalidExpires | 2 |
Invalid Expires value received in REGISTER response.
|
| InvalidMinExpires | 3 |
Invalid Min-Expires value received in REGISTER response.
|
| RequestTimedOut | 4 |
REGISTER request timed out.
|
| TransportError | 5 |
The transport object has been closed.
|
| MaxRegAttemptsReached | 6 |
Maximum number of REGISTER requests reached.
|
| RequestFailure | 7 |
Failure response received to the REGISTER request.
|
| IntervalTooBrief | 8 |
The expiration time of SIP client the is too small.
|
See Also