Error using the AWS Connect Streams API to create an outbound call leg for initiating a transfer: "QuotaExceededException: Cannot dial third party destination: The agent is at maximum capacity."

0

We're trying to transfer a customer using the Amazon Connect Streams API.

When an agent is already connected to a customer, and we use the phone UI, we are able to create an outbound call leg to a phone number. We can then join the call and leave the call to complete the transfer.

However, when we run the AWS Connect Streams code below we get the QuoteExceededError. We checked out Routing Profile and everything looks ok there. Is there something we need to change in the code or in the routing profile to allow for an outbound call leg with an already connected agent via the Streams API?

agent.connect(connect.Endpoint.byPhoneNumber(phoneNumber), { success: function() { }, failure: function(err) { } });

Error: QuotaExceededException: Cannot dial third party destination: The agent is at maximum capacity."

질문됨 2년 전903회 조회
1개 답변
0

To add an outbound leg to a connected call you need to use contact.addConnection() - see https://github.com/amazon-connect/amazon-connect-streams/blob/master/Documentation.md#contactaddconnection

AWS
답변함 2년 전
profile pictureAWS
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠