Twilio,可编程语音,Say:语音、语言和循环的设置被忽略

发布于 2025-01-19 19:10:10 字数 482 浏览 7 评论 0原文

直到2022年4月5日,作为Google Apps脚本Web应用程序的一部分,以下twiml.html效果很好:

<Response>
     <Say voice="alice" language="pl-PL" loop="2"><?=msg?></Say>
</Response>

但是,自从该日期以来,根据美国英语的发音规则,消息文本是由男性语音读取的(男人,en-us),只有一次(loop =“ 1”)。 呼叫SID日志没有显示错误,甚至指出了语音=“ Alice” Lakans =“ PL-PL”和LOOP =“ 2”。

我已经联系了Twilio支持,但他们仍然没有解决问题。 据我从呼叫日志中得出的结论,Twilio支持甚至没有给电话号码打电话以获得自己的印象。

还有谁以Twilio可编程的声音经历了类似的事情? 是否有任何建议,解决方法或解决方案?

先感谢您。

Until April 5th, 2022, the following twiml.html, as a part of a Google Apps Script web app, worked fine:

<Response>
     <Say voice="alice" language="pl-PL" loop="2"><?=msg?></Say>
</Response>

However, since said date, the message text is read by a male voice as per the pronounciation rules of American English (Man, en-US), and only once (loop="1").
The Call SID log shows no error and even states that voice="alice" language="pl-PL" and loop="2" have been applied.

I already contacted the Twilio support but they still have not fixed the issue.
As far as I conclude from the call logs, the Twilio support do not even have given a call to the phone number in order to get their own impression.

Who else experienced anything like that with Twilio programmable voice?
Are there any suggestions, workarounds, or solutions?

Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清欢 2025-01-26 19:10:10

使用postman等工具检查返回的MIME类型是否为text/xml。欲了解更多详情,请访问此链接。

Twilio 了解 MIME 类型
https://www.twilio.com/docs/voice/ twiml#twilio-understands-mime-types

Check using a tool like postman that the returned MIME type is text/xml. For more details, visit this link.

Twilio Understands MIME Types
https://www.twilio.com/docs/voice/twiml#twilio-understands-mime-types

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文