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
Syntaxpublic enum SignalingEnvironment
Members
| Member name | Value | Description |
---|
| Avaya | 0 |
The Avaya signaling environment, suitable for Aura and IPO servers (default).
|
| OpenSips | 1 |
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