特威里奥聚会延迟

问题描述

我注意到在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>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)