<Default/>
Handling Unmatched DTMF Codes with <Default>
<Gather>
<DTMF value="1">
<Say>You chose option 1</Say>
</DTMF>
<DTMF value="2">
<Say>You chose option 2</Say>
</DTMF>
<!-- Default block for unmatched DTMF codes -->
<Default>
<Say>Wrong DTMF code entered. Please try again.</Say>
</Default>
</Gather>Last updated