Click or drag to resize
RegError Enumeration
Contains error definition for a SIP registration process.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum RegError
Members
  Member nameValueDescription
NoError0 No error occurred.
ConnectionError1 Could not connect to remote host or the local transport could not be created.
InvalidExpires2 Invalid Expires value received in REGISTER response.
InvalidMinExpires3 Invalid Min-Expires value received in REGISTER response.
RequestTimedOut4 REGISTER request timed out.
TransportError5 The transport object has been closed.
MaxRegAttemptsReached6 Maximum number of REGISTER requests reached.
RequestFailure7 Failure response received to the REGISTER request.
IntervalTooBrief8 The expiration time of SIP client the is too small.
See Also