/AWS1/CL_CHVTERMINATION¶
Termination settings enable SIP hosts to make outbound calls using an Amazon Chime SDK Voice Connector.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cpslimit TYPE /AWS1/CHVCPSLIMIT /AWS1/CHVCPSLIMIT¶
The limit on calls per second. Max value based on account service quota. Default value of 1.
iv_defaultphonenumber TYPE /AWS1/CHVE164PHONENUMBER /AWS1/CHVE164PHONENUMBER¶
The default outbound calling number.
it_callingregions TYPE /AWS1/CL_CHVCALLINGREGIONLST_W=>TT_CALLINGREGIONLIST TT_CALLINGREGIONLIST¶
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
it_cidrallowedlist TYPE /AWS1/CL_CHVSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The IP addresses allowed to make calls, in CIDR format.
iv_disabled TYPE /AWS1/CHVBOOLEAN /AWS1/CHVBOOLEAN¶
When termination is disabled, outbound calls cannot be made.
Queryable Attributes¶
CpsLimit¶
The limit on calls per second. Max value based on account service quota. Default value of 1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPSLIMIT() |
Getter for CPSLIMIT, with configurable default |
ASK_CPSLIMIT() |
Getter for CPSLIMIT w/ exceptions if field has no value |
HAS_CPSLIMIT() |
Determine if CPSLIMIT has a value |
DefaultPhoneNumber¶
The default outbound calling number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTPHONENUMBER() |
Getter for DEFAULTPHONENUMBER, with configurable default |
ASK_DEFAULTPHONENUMBER() |
Getter for DEFAULTPHONENUMBER w/ exceptions if field has no |
HAS_DEFAULTPHONENUMBER() |
Determine if DEFAULTPHONENUMBER has a value |
CallingRegions¶
The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALLINGREGIONS() |
Getter for CALLINGREGIONS, with configurable default |
ASK_CALLINGREGIONS() |
Getter for CALLINGREGIONS w/ exceptions if field has no valu |
HAS_CALLINGREGIONS() |
Determine if CALLINGREGIONS has a value |
CidrAllowedList¶
The IP addresses allowed to make calls, in CIDR format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CIDRALLOWEDLIST() |
Getter for CIDRALLOWEDLIST, with configurable default |
ASK_CIDRALLOWEDLIST() |
Getter for CIDRALLOWEDLIST w/ exceptions if field has no val |
HAS_CIDRALLOWEDLIST() |
Determine if CIDRALLOWEDLIST has a value |
Disabled¶
When termination is disabled, outbound calls cannot be made.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISABLED() |
Getter for DISABLED, with configurable default |
ASK_DISABLED() |
Getter for DISABLED w/ exceptions if field has no value |
HAS_DISABLED() |
Determine if DISABLED has a value |