Click or drag to resize

RegInfo Properties

The RegInfo type exposes the following members.

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
See Also