OriginationRoute class
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.
Constructors
- OriginationRoute({String? host, int? port, int? priority, OriginationRouteProtocol? protocol, int? weight})
-
OriginationRoute.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
The FQDN or IP address to contact for origination traffic.
final
- port → int?
-
The designated origination route port. Defaults to 5060.
final
- priority → int?
-
The priority associated with the host, with 1 being the highest priority.
Higher priority hosts are attempted first.
final
- protocol → OriginationRouteProtocol?
-
The protocol to use for the origination route. Encryption-enabled Amazon
Chime Voice Connectors use TCP protocol by default.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight → int?
-
The weight associated with the host. If hosts are equal in priority, calls
are distributed among them based on their relative weight.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited