Play music while waiting an answer in TWIML <dial>
问题 How to dial numbers and diffuse a music to the caller while waiting a successful connexion ? The code below waits the music to end before doing the <dial> (which is logic) <?xml version="1.0" encoding="UTF-8"?> <Response> <Play>http://com.twilio.music.ambient.s3.amazonaws.com/gurdonark_-_Plains.mp3</Play> <Dial timeout="10" callerId="+1234567890"> <Number url="whisper?id=1">+1122334455</Number> <Number url="whisper?id=2">+1122334466</Number> <Number url="whisper?id=3">+1122334477</Number> <