DTMF tones
This activity sends DTMF tones to an active call. To override the default duration of the tone from 2 seconds, specify the duration after the tone in milliseconds. For example, "1234@4000" will play the tones 1, 2, 3, and 4 with a 4 second delay between each tone.
Parameters | Description |
---|---|
CallId |
Unique identifier for the active call. |
Tones |
Digits to be sent as DTMF tones. |
TerminateOnAbandon |
Whether to exit the workflow if the caller hangs up. |
Parameters | Description |
---|---|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False) |
Body |
Response to the request. |
StatusCode |
Number of tones sent. |
↑