13328: Gather: Invalid maxSpeechTime value
VOICE
WARNING
Twilio raises this warning when a <Gather> request includes an invalid maxSpeechTime value. Use speechTimeout to control how long Twilio waits after a pause in speech before stopping recognition. speechTimeout accepts a positive integer or auto.
- Your
<Gather>configuration includesmaxSpeechTimeinstead of the documentedspeechTimeoutattribute. - Your speech timing value is not valid for
<Gather>, such as a value that is not a positive integer orauto. - You set
speechModeland usedspeechTimeout="auto", which Twilio does not support with a model selected.
- Replace
maxSpeechTimewithspeechTimeoutin your<Gather>TwiML. - Set
speechTimeoutto a positive integer, or useautoonly when you are not selecting a speech model. - If you use
speechModel, keepspeechTimeoutas a positive integer and verify the final TwiML that your application sends to Twilio.