Quota Exceeded when making an outbound call from AWS Connect

0

Hello, Some agents get QuotaExceededException as below when they try to make outbound call from CCP. I checked documentation, but could not find any quota regarding outbound calls.

Did anyone else get this before?

"type":"QuotaExceededException","message":"Cannot dial third party destination: The agent is at maximum capacity."

Thank you.

bbolek
質問済み 2年前1182ビュー
2回答
1

Your agent potentially can take or make a call, depending on if you enable multi party, you can either have 3 party total or 6 party. And if you try to use make another outbound call, you will get this error as the limit at the agent level is reached. https://docs.aws.amazon.com/connect/latest/adminguide/multi-party-calls.html

This happens if you use a custom CCP and try to click to call using agent.connect() when you are already on a call, you need to use contact.addConnection instead.

profile pictureAWS
回答済み 1年前
-1

Hi there! A common cause for this issue is the assigned routing profile for the affected users not having the voice channel enabled. The quota referenced by the error is not an instance-level service limit, but rather a concurrency quota for the agent.

See this page in documentation for more details: https://docs.aws.amazon.com/connect/latest/adminguide/routing-profiles.html#routing-profile-concurrency

AWS
gthomas
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ