我注意到在GATHER标签内播放PLAY标签存在很大的延迟,延迟时间超过8-11秒。但是,如果我删除标签,延迟不到6秒?如何减少延迟?
这是示例Twiml,延迟超过11秒
processId
这里是样本twiml,延迟只有6秒或更短
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Gather numDigits="1" method="POST" actionOnEmptyResult="false" timeout="10" action="https://samplemyaudiohook.com/">
<Play>https://sampleaudio.com/test.wav</Play>
<Play>https://sampleaudio.com/test2.wav</Play>
</Gather>
<Say voice="alice">Sorry, we didnt get any response. Good bye and thank you for calling.</Say>
</Response>