The DTMF Element

You can use the DTMF element to send digits on a live call — for instance, to automate the process of navigating through an interactive voice response (IVR) tree.

If you set the async parameter to true, Vobiz will send digits in the background, so the call jumps to the next XML element when the first digit is sent. Use the character w to add a 0.5 second delay and the character W for a 1 second delay.

Allowed values: 1234567890*#wW

Attributes

AttributeDescription
async
boolean

Proceed to next element after the first digit is sent.

Allowed values: true, false

Defaults to true.

Send digits

This code sends the digits 1234 on the live call.

Response

XML Response
<Response>
    <DTMF>1234</DTMF>
</Response>