<Default />

this block will be executed in case of no any <Case /> code handle a user input dtmf code

<Default>
  <Say>Wrong dtmf code entered</Say>
  <Hangup />
</Default>

this block will be executed if no any dtmf code related <Case /> exists

Last updated

Was this helpful?