Click or drag to resize

SipClientConfigurationSessionRefreshTimeout Property

Default session refresh timeout (in seconds). It is not recommended to enable this feature in Avaya (Aura, IPO) deployments. If session refresh is enabled, active call might be ended automatically without media preservation in case session expires due to refresh failure

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public uint SessionRefreshTimeout { get; set; }

Property Value

Type: UInt32
Default value 0 means Session Timer is disabled. Session refresh timeout have to be equal or more than 90 seconds. Otherwise user creation will be failed.
See Also