13234: Dial->Conference: Invalid waitMethod
VOICE
WARNING
Set waitMethod on <Conference> to GET or POST only. Twilio uses this attribute when requesting waitUrl before the conference starts. If you specify waitUrl, the default method is POST. If you do not specify waitUrl, Twilio requests the default hold music with GET. Use GET when waitUrl points directly to a static WAV or MP3 file so Twilio can cache it.
- The
<Conference>noun setswaitMethodto a value other thanGETorPOST. - Your application generates TwiML with an unsupported HTTP method for
waitUrl. - You configured
waitUrlfor pre-conference audio or TwiML, but the associatedwaitMethodvalue is not valid.
- Update the
<Conference>noun sowaitMethodis set toGETorPOST. - Use
GETwhenwaitUrlpoints directly to a static WAV or MP3 file. - If
waitUrlreturns TwiML, make sure your application accepts the sameGETorPOSTmethod you configured inwaitMethod. - If you do not need custom hold music or pre-conference TwiML, remove the custom
waitUrland let Twilio use the default hold music behavior.