This page was last edited on January 31, 2020, at 14:32.
Comments or questions about this documentation? Contact us for support!
Set options in this section in the Transport Parameters of the connection’s properties. Transport Parameter options are not associated with a configuration option section, and do not appear in the options or annex of an Application object.
In a configuration file, these options appear in the following format: transport = <option name>=<value>;<option name>=<value>; ...
Collectively, the options make up the parameters of the transport option. When entering the options in Genesys Administrator, only the options are required; transport = is prefixed automatically to the list of option/value pairs.
The Transport Parameter options in this section are used to configure client-side port definition, Refer to the chapter Client-Side Port Definition in the Genesys Security Deployment Guide for information about how to use these options.
Set these options in the following navigation path in Genesys Administrator:
Default Value: No default value
Valid Values: A valid port number
Changes Take Effect: After client application restart
The port that the client application uses for its TCP/IP connection to the server.
Default Value: No default value
Valid Values: A valid IP address
Optional. Specifies the IP address or host name that a client uses for its TCP/IP connection to the server.
Default Value: No default value
Valid Values: A valid port number
Changes Take Effect: After client application restart
In an HA pair, the port on the backup server that the client application will use for its TCP/IP connection to the server.
To prevent this, Genesys recommends that you do one of the following:
For connections with servers that support both IPv4 and IPv6,use the ip-version transport parameter option to specify which version to use.
Default Value: 4,6
Valid Values: 4,6 and 6,4
Changes Take Effect: At restart
Specifies the order in which IPv4 (4) and IPv6 (6) are used for the connection with a server that has a mixed IPv4/IPv6 configuration. This parameter has no effect if the environment variable GCTI_CONN_IPV6_ON or the option enable-ipv6 is set to 0.
The following table summarizes how this parameter affects the connection for which it is configured.
Connecting Server | ip-version=4,6 | ip-version=6,4 |
---|---|---|
Supports only IPv4 | IPv4 is used | IPv4 is used |
Supports only IPv4 and IPv6 | IPv4 is used | IPv6 is used |
Supports only IPv6 | IPv6 is used | IPv6 is used |
For more information about IPv6, refer to the Solution Availability and IPv6 sections of the Framework Deployment Guide.