我正在尝试为呼叫转接创建自定义音乐。
当有人调用它时,它会重定向到以“support”命名的 Enqueue。
<Response>
<Enqueue waitUrl="waitMusic.xml"></Enqueue>
</Response>
waitMusic.xml(播放音频)
<Response>
<Play>http://audio_file.mp3</Play>
</Response>
我不知道如何继续,我尝试了所有的东西,但没有任何效果。请帮忙!