我是twilio的新手。
我正在尝试使用CallResource.Create(to,from,url:_url);拨打电话;
关于URL:我有Azure帐户。我已经上传了自定义xml。 在下面可以找到我的xml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say voice="alice">Thanks for trying our documentation.Enjoy!</Say>
<Play>http://demo.twilio.com/docs/classic.mp3</Play>
</Response>
对于测试,我正在使用测试消息。 http://demo.twilio.com/docs/classic.mp3,将来我打算将自定义mp3文件也上传到Azure文件存储中。
不幸的是,我有一个例外:
<?xml version="1.0" encoding="utf-8"?>
<Error>
<Code>UnsupportedHttpVerb</Code>
<Message>The resource doesn't support specified Http Verb.
RequestId:907409a8-d01a-0051-1c43-1f4bf1000000
Time:2018-07-19T09:30:41.8204847Z</Message>
</Error>
为文件服务提供CORS: 是
是否有文档/指南描述了如何配置Azure环境以与twilio集成的要求?
非常感谢您的帮助。
答案 0 :(得分:0)
您是否尝试过通过使用Storage Explorer或Azure门户生成一个SAS URL?