Skip to main content

send_digits

Send digit presses as DTMF tones.

Parameters

NameTypeDescription
digitsstringThe digits to send. Required. Valid values are 0123456789*#ABCDWw. Character W is a 1 second delay, and w is a 500 ms delay.

Variables

Set by the method:

  • send_digits_result: (out) success | failed

Examples

Send digits

version: 1.0.0
sections:
main:
- send_digits: "012345"