Click or drag to resize

SignalingEnvironment Enumeration

The SignalingEnvironment defines how the connections to the server(s) are established and recovered after failures.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum SignalingEnvironment
Members
  Member nameValueDescription
Avaya0 The Avaya signaling environment, suitable for Aura and IPO servers (default).
OpenSips1 The standard, RFC3263 behaviour, suitable for OpenSIP servers.
Remarks
Note that the use of the OpenSips SignalingEnvironment in a ConnectionPolicy with more than one SignalingServer per RegistrationGroup, or with a SignalingServer that has the MANUAL failback policy is not currently supported.
See Also