Click or drag to resize
SipUserConfigurationMaxSimultaneousRegistrations Property
The maximum number of servers a user can simultaneously register to.

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

Property Value

Type: UInt32
Remarks
The recommended range is from 1 to 5. If the property is not set, Client SDK will continue to simultaneously register to a maximum of three servers, as provided by PPM.
See Also