/AWS1/CL_AFBPSTNDIALIN¶
The information for public switched telephone network (PSTN) conferencing.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_COUNTRYCODE
TYPE /AWS1/AFBCOUNTRYCODE
/AWS1/AFBCOUNTRYCODE
¶
The zip code.
IV_PHONENUMBER
TYPE /AWS1/AFBOUTBOUNDPHONENUMBER
/AWS1/AFBOUTBOUNDPHONENUMBER
¶
The phone number to call to join the conference.
IV_ONECLICKIDDELAY
TYPE /AWS1/AFBONECLICKIDDELAY
/AWS1/AFBONECLICKIDDELAY
¶
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
IV_ONECLICKPINDELAY
TYPE /AWS1/AFBONECLICKPINDELAY
/AWS1/AFBONECLICKPINDELAY
¶
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
Queryable Attributes¶
CountryCode¶
The zip code.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNTRYCODE() |
Getter for COUNTRYCODE, with configurable default |
ASK_COUNTRYCODE() |
Getter for COUNTRYCODE w/ exceptions if field has no value |
HAS_COUNTRYCODE() |
Determine if COUNTRYCODE has a value |
PhoneNumber¶
The phone number to call to join the conference.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PHONENUMBER() |
Getter for PHONENUMBER, with configurable default |
ASK_PHONENUMBER() |
Getter for PHONENUMBER w/ exceptions if field has no value |
HAS_PHONENUMBER() |
Determine if PHONENUMBER has a value |
OneClickIdDelay¶
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ONECLICKIDDELAY() |
Getter for ONECLICKIDDELAY, with configurable default |
ASK_ONECLICKIDDELAY() |
Getter for ONECLICKIDDELAY w/ exceptions if field has no val |
HAS_ONECLICKIDDELAY() |
Determine if ONECLICKIDDELAY has a value |
OneClickPinDelay¶
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ONECLICKPINDELAY() |
Getter for ONECLICKPINDELAY, with configurable default |
ASK_ONECLICKPINDELAY() |
Getter for ONECLICKPINDELAY w/ exceptions if field has no va |
HAS_ONECLICKPINDELAY() |
Determine if ONECLICKPINDELAY has a value |