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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南