13211: Dial: Invalid ifMachine value
VOICE
WARNING
Twilio returns this warning when you set the <Dial> ifMachine value to anything other than hangup, continue, or false. Use ifMachine only with one of those supported values when you want call handling to change based on whether a machine answers.
- You set
ifMachineto a value outside the allowed set ofhangup,continue, orfalse. - You passed a machine detection value intended for a different Voice parameter, such as
EnableorDetectMessageEnd, instead of a supportedifMachinevalue.
- Update the
ifMachinevalue in your<Dial>TwiML tohangup,continue, orfalse. - If you need answering machine detection for an outbound call flow, use the supported machine detection settings for the API surface you are using. Use
MachineDetectionon the Calls API ormachineDetectionon<Dial><Number>where supported. - Review the TwiML or API request that creates the outbound leg and make sure the parameter name matches the feature you are using. TwiML verb and attribute names are case sensitive.