Twilio,可编程语音,Say:语音、语言和循环的设置被忽略
直到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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用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