VoiceConnectorOrganizationRoute

data class VoiceConnectorOrganizationRoute(val host: String, val port: Int? = null, val priority: Int, val protocol: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(host: String, port: Int? = null, priority: Int, protocol: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The FQDN or IP address to contact for origination traffic.

Link copied to clipboard
val port: Int? = null

The designated origination route port. Defaults to 5060.

Link copied to clipboard

The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.

Link copied to clipboard

The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.

Link copied to clipboard
val weight: Int

The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.