Amazon Connect -Outbound calls: Reason for CONTACT_FLOW_DISCONNECT and troubleshooting

0

Our call center has calls scheduled through automated outbound campaign. While most of the calls are working fine, few calls have the disconnect reason as "CONTACT_FLOW_DISCONNECT". Can someone provide the possible issues resulting in "CONTACT_FLOW_DISCONNECT"? And also, the ways to troubleshoot the above issue so that it can be fixed?

1 Answer
0

CONTACT_FLOW_DISCONNECT: Call was disconnected in a flow as described on this page [1]. The contact flow was configured in such a way that the call was terminated upon satisfying the conditions of the block.This implies that the call was most likely routed through the contact flow rather than queued for an agent and the call was disconnected within the Contact Flow. As the Caller also did not disconnect the call, and path continued to route to the "Disconnect / hang up“ block.In this case, the "contact flow disconnect" would be the disconnect reason in the (CTR).

The best approach to understand how the flow arrived at a "disconnect/hang up" block is to examine the contact flow logs. The contact flow logs can help trace the whole course taken by a contact.To review your contact flow logs from CloudWatch for the specific contactIDs. You can use the below query:

fields @timestamp, @message | filter ContactId = “d5797b4c-04f9-4686-b89e-c38d2a180593” | sort @timestamp asc

To run this, you can open CloudWatch console > Insights (from the side tab) > Select the log group of your Connect instance from the drop down. Change the time interval from the top right corner to match the time of the call (by default it is set to 1 hour, so only the logs from past 1 hour will be searched). Once you run query, you will be able to see the logs corresponding to the ContactID.

[1] https://docs.aws.amazon.com/connect/latest/adminguide/ctr-data-model.html#ctr-ContactTraceRecord [2] https://docs.aws.amazon.com/connect/latest/adminguide/contact-flow-logs.html

AWS
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions