How to check an outbound call with API is connected or not in amazon connect

0

In amazon connect, we use connect API (start_outbound_voice_contact) to make a outbound call. And I just set some attribute as dynamic content for prompt. So that we don't need a agent to answer the call. Now I want to check whether the target phone is connected. If not, maybe need to do some other kind of notification. But I didn't find that I can get the status directly. I found that I can get the contact event stream. But for the event type "DISCONNECTED", it can be that the target phone didn't answer, or the customer “Hang up ” the phone.

So, how can I check this. Thanks.

AWS
Mavlarn
질문됨 2달 전133회 조회
1개 답변
1

To determine if an outbound call made using Amazon Connect's start_outbound_voice_contact API was connected or not, you'll need to investigate the following:

  1. Subscribe to the event stream to monitor events like INITIATED, RINGING, CONNECTED, and DISCONNECTED. Look for patterns that indicate whether the call was answered or not.

  2. Analyze CTRs, focusing on attributes like ConnectedToSystemTimestamp, DisconnectTimestamp, and AfterContactWorkCompletedTimestamp. Compare these timestamps to infer the call's outcome. CTR data model

  3. Set up integration with CloudWatch or S3 to store and analyze CTRs for detailed post-call analysis. This can help you understand call outcomes and refine your contact strategy.

  4. Based on your analysis, automate your notification system to take alternative actions if the call was not answered, such as sending an SMS or email notification.

profile picture
전문가
답변함 2달 전

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

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

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

관련 콘텐츠