ISIPClientConfigurationExpirationTime Property |
Gets the desired time after the SIP account registration expires (in seconds).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxint ExpirationTime { get; }
ReadOnly Property ExpirationTime As Integer
Get
property int ExpirationTime {
int get ();
}
abstract ExpirationTime : int with get
Property Value
Type:
Int32
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