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: 550.0.60.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