Click or drag to resize

MediaAddressMode Enumeration

Enum indicating the IP address type preference to use when negotiating media streams when the client connects to dual stack server from a dual stack client network.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum MediaAddressMode
Members
  Member nameValueDescription
IPv40 Only use local IPv4 address during media information exchange. This option is used in an IPv4 only network environment, where the local client has an IPv4 network address. Setting this mode in an IPv6 only environment is a configuration error, however the call is allowed to proceed with an IPv6 media address.
IPv61 Only use local IPv6 address during media information exchange. This option is used in an IPv6 only network environment, where the local client has an IPv6 network addresses. Setting this mode in an IPv4 only environment is a configuration error, however the call is allowed to proceed with an IPv4 media address.
IPv4Then62 Prefer local IPv4 address over local IPv6 address when both are available to the local endpoint. This option is used in a dual IPv4 and IPv6 network environment, where the local client has both IPv4 and IPv6 address. Both IPv4 and IPv6 local addresses are provided during media exchange, and the IPv4 local address is preferred over the IPv6 address.
IPv6Then43 Prefer local IPv6 address over local IPv4 address when both are available to the local endpoint. This option is used in a dual IPv4 and IPv6 network environment, where the local client has both IPv4 and IPv6 addresses. Both IPv4 and IPv6 local addresses are provided during media exchange, and the IPv6 local address is preferred over the IPv4 address.
See Also