Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

13338: Gather: Invalid actionOnEmptyResult value


ERROR: 13338

error-13338 page anchor
VOICE
ERROR

This error occurs when <Gather> receives an invalid or empty actionOnEmptyResult value. Set actionOnEmptyResult to true or false; the default is false.

Possible causes

possible-causes page anchor
  • actionOnEmptyResult is missing from the <Gather> attributes.
  • actionOnEmptyResult is set to a value other than true or false.
  • Set actionOnEmptyResult to true or false in your <Gather> verb.
  • Use true when you want <Gather> to send a webhook even if the caller provides no input.
  • Leave actionOnEmptyResult at its default false value when you want the call flow to continue to the next TwiML instruction after an empty gather.

Additional resources

additional-resources page anchor