OriginationRoute

Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.

The parameters listed below are not required, but you must use at least one.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String?

The FQDN or IP address to contact for origination traffic.

Link copied to clipboard
val port: Int?

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.

Functions

Link copied to clipboard
inline fun copy(block: OriginationRoute.Builder.() -> Unit = {}): OriginationRoute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String