PhoneLineConfigurationExpirationTime Property |
Gets the desired time after the SIP account registration expires (in seconds).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic int ExpirationTime { get; set; }
Public Property ExpirationTime As Integer
Get
Set
public:
virtual property int ExpirationTime {
int get () sealed;
void set (int value) sealed;
}
abstract ExpirationTime : int with get, set
override ExpirationTime : int with get, set
Property Value
Int32Implements
ISIPClientConfigurationExpirationTime
Remarks
The SIP account is registered to the PBX for a limited amount of time. When this time expires the PBX can no longer contact the registered SIP account.
See Also