Builder

class Builder

Properties

Link copied to clipboard

Disables or enables a SIP rule. You must disable SIP rules before you can delete them.

Link copied to clipboard
var name: String?

The name of the SIP rule.

Link copied to clipboard

List of SIP media applications, with priority and AWS Region. Only one SIP application per AWS Region can be used.

Link copied to clipboard

The type of trigger assigned to the SIP rule in TriggerValue, currently RequestUriHostname or ToPhoneNumber.

Link copied to clipboard

If TriggerType is RequestUriHostname, the value can be the outbound host name of a Voice Connector. If TriggerType is ToPhoneNumber, the value can be a customer-owned phone number in the E164 format. The SipMediaApplication specified in the SipRule is triggered if the request URI in an incoming SIP request matches the RequestUriHostname, or if the To header in the incoming SIP request matches the ToPhoneNumber value.