Click or drag to resize

OutboundSubscriptionConfigurationSubscriptionTimeoutUponDisconnect Property

Defines maximum time (in seconds) of server connection loss for which SIP subscription remains active on server and does not require client to re-subscribe upon reconnect to the same server.

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

Property Value

Type: UInt16
The default value is 0 which means subscriptions require reconstruction upon any period of disconnect. The maximum value is 32 seconds, values larger than 32 are treated as 32 seconds.
Remarks
This parameter value should not be less than InitialReconnectInterval of ConnectionPolicy, otherwise it will have no effect due to connection will never recover before subscription timeout.
See Also