OriginationRoute

Origination routes define call distribution properties for your SIP hosts to receive inbound calls using an Amazon Chime SDK Voice Connector. Limit: Ten origination routes for each 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 SDK Voice Connectors use TCP protocol by default.

Link copied to clipboard
val weight: Int?

The weight assigned to an origination route. When hosts have equal priority, calls are distributed between them based on their relative weights.

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