Telephony Built-ins¶
Telephony Built-ins provide methods for calling certain intaQt Telephony Steps using the intaQt Steps Language. This enables doing an entire call using a Stepdef, which is especially useful when executing a call as a deferred step.
Send DTMF Tones ¶
Sends DTMF tones. The DTMF Telephony Built-in is recommended for custom use cases, such as navigating a menu.
Additional information is available in DTMF Steps.
Syntax
1 | Telephony.sendDtmf(<phone Phone>, <tones String>) |
Parameters
-
phone - The phone object
-
tones - The DTMF tones to send
Example
1 | Telephony.sendDtmf(A, "152") |