简体   繁体   English

Twilio Programmatic Voice无效

[英]Twilio Programmatic Voice not working

I am exploring Twilio. 我正在探索Twilio。 Successfuly enabled sms sending but have troubles with programmable voice callbacks. 成功启用短信发送,但可编程语音回调存在问题。 As I understand from the developer console https://www.twilio.com/console/dev-tools/api-explorer/voice/calls (POST section) all I need to do is to run this code to receive callback: 据我所知,从开发者控制台https://www.twilio.com/console/dev-tools/api-explorer/voice/calls(POST部分),我需要做的就是运行此代码来接收回调:

curl 'https://api.twilio.com/2010-0401/Accounts/my_account/Calls.json'
-X POST \ --data-urlencode 'From=Twilio_generated_phone_nuber' \ -u 
some_hash:[AuthToken] --data-urlencode 'To=MY_NUMBER'

But I get only this response: 但我只得到这个回应:

{
   "code": 21215,
   "message": "Account not authorized to call +MY_NUMBER. Perhaps you 
    need to enable some international permissions:
    https://www.twilio.com/user/account/settings/international",
    "more_info": "https://www.twilio.com/docs/errors/21215"
}

Pay attention please : I had this error previously while configuring sms sending. 请注意 :我在配置短信发送时遇到此错误。 I resolved this after enabling all countries including my own from this list https://www.twilio.com/user/account/settings/international . 我在此列表中启用了包括我自己在内的所有国家后解决了这个问题https://www.twilio.com/user/account/settings/international After that sms function works fine. 之后,短信功能正常。 For now I can't get callbacks, and error message recommend me to go to the same page (international) and enable permissions but I have done this already while configuring sms. 目前我无法获得回调,并且错误消息建议我转到同一页面(国际)并启用权限,但我已经在配置短信时已经这样做了。

I thought that sms and callbacks products have different pages for configuring countries permissions, but no they haven't. 我认为短信和回调产品有不同的页面来配置国家/地区的权限,但他们没有。 Well at least I didn't find it :) 好吧至少我没找到它:)

Help please! 请帮忙! Thanks for checking the question. 感谢您查看问题。

Twilio developer evangelist here. Twilio开发者传道者在这里。

There is indeed a page for international permissions for voice calls too. 确实还有一个用于语音呼叫的国际许可的页面。 You can find it here: https://www.twilio.com/console/voice/settings/geo-permissions 你可以在这里找到它: https//www.twilio.com/console/voice/settings/geo-permissions

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM