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 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.
Namespace: Amazon.ChimeSDKVoice.Model
Assembly: AWSSDK.ChimeSDKVoice.dll
Version: 3.x.y.z
public class OriginationRoute
The OriginationRoute type exposes the following members
Name | Description | |
---|---|---|
OriginationRoute() |
Name | Type | Description | |
---|---|---|---|
Host | System.String |
Gets and sets the property Host. The FQDN or IP address to contact for origination traffic. |
|
Port | System.Int32 |
Gets and sets the property Port. The designated origination route port. Defaults to 5060. |
|
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. |
|
Protocol | Amazon.ChimeSDKVoice.OriginationRouteProtocol |
Gets and sets the property Protocol. The protocol to use for the origination route. Encryption-enabled Amazon Chime SDK Voice Connectors use TCP protocol by default. |
|
Weight | System.Int32 |
Gets and sets the property Weight. The weight assigned to an origination route. When hosts have equal priority, calls are distributed between them based on their relative weights. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5