botocore.errorfactory.DestinationNotAllowedException: An error occurred (DestinationNotAllowedException) ....

报错

最近测试 aws connect 的语音呼叫功能;用于 集成 告警电话功能;
但是发现当调用 api 时有报错

botocore.errorfactory.DestinationNotAllowedException: An error occurred (DestinationNotAllowedException) when calling the StartOutboundVoiceContact operation: None

原因

通过google发现报错缘由

DestinationNotAllowedException
_DestinationNotAllowedException :: AsError a => Getting ( First ServiceError ) a ServiceError资源#

您的实例不允许出站呼叫目标号码。您可以通过提交服务限制增加请求将该国家/地区包括在您的实例允许的国家/地区中。

解决

直接通过 aws support 系统,提交工单,
工单描述为:增加 出站呼叫的国家/地区白名单

参考链接

https://hackage.haskell.org/package/amazonka-connect-1.6.1/docs/Network-AWS-Connect.html

posted @ 2022-08-19 14:44  Star-Hitian  阅读(99)  评论(0编辑  收藏  举报