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
posta 2 anni fa1182 visualizzazioni
2 Risposte
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
con risposta un anno fa
-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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande