AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.OriginationRoute

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class OriginationRoute

The OriginationRoute type exposes the following members

Constructors

NameDescription
Public Method OriginationRoute()

Properties

NameTypeDescription
Public Property Host System.String

Gets and sets the property Host.

The FQDN or IP address to contact for origination traffic.

Public Property Port System.Int32

Gets and sets the property Port.

The designated origination route port. Defaults to 5060.

Public Property Priority System.Int32

Gets and sets the property Priority.

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

Public Property Protocol Amazon.Chime.OriginationRouteProtocol

Gets and sets the property Protocol.

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

Public Property Weight System.Int32

Gets and sets the property Weight.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5