Click or drag to resize
RegInfo Class
Contains information about the registration of a SIP account.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPRegInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RegInfo : INotifyPropertyChanged

The RegInfo type exposes the following members.

Constructors
  NameDescription
Public methodRegInfo
Initializes a new instance of the RegInfo class.
Top
Extension Methods
  NameDescription
Public Extension MethodUpdateExpires (Defined by ExRegistrationInfo.)
Public Extension MethodUpdateRegState (Defined by ExRegistrationInfo.)
Top
Properties
  NameDescription
Public propertyContacts
Gets the addresses registered with this SIP account.
Public propertyDefaultExpirationTime
Gets the desired expiration time of the SIP account on the PBX (in seconds).
Public propertyError
Gets the specific error when the registration of a SIP client failed.
Public propertyExpires
Gets the actual expiration time of the SIP account on the PBX (in seconds).
Public propertyIsRegistered
Gets a boolean value indicating whether the extension is registered to the PBX.
Public propertyLastRegisterDate
Gets the last date when the client sent REGISTER request.
Public propertyReasonPhrase
Gets the reason phrase sent bye the PBX for the REGISTER request.
Public propertyRegisterInstanceID
Gets the register instance ID of the SIP client.
Public propertyRegistrationRequired
Gets or sets a boolean value indicating whether the extension need to register to the PBX.
Public propertyRemainingExpires
Gets the remaining time (in seconds) after the registration of the SIP extension will be expired.
Public propertyServerMinExpires
Gets the minimum time of the SIP account can be registered on the PBX (in seconds).
Public propertyState
Gets the registration state of the SIP client.
Public propertyStatusCode
Gets the status code sent by the PBX for the REGISTER request.
Public propertyUserAgentName
Gets the User-Agent of the PBX.
Public propertyUserAgentVersion
Gets the User-Agent version of the PBX.
Top
Events
  NameDescription
Public eventPropertyChanged
Top
See Also