Redirecting Calls from Amazon Connect to a WebSocket-Based Audio Application

62 Views Asked by At

I'm working on integrating incoming telephone calls from Amazon Connect with a WebSocket-based audio application for internal use. The application handles audio streams and enables users to receive calls via WebSockets. The challenge is to redirect select calls received on Amazon Connect to this internal application. My initial approach was to use Twilio for routing these calls to an external number, but I'm seeking a more seamless solution that aligns closely with Amazon Connect's capabilities.

Is there a way to integrate Amazon Connect with a WebSocket-based system directly for handling telephone calls? I haven't found specific documentation covering this integration scenario on Amazon Connect. I would appreciate any advice, experiences, or resources that could guide me in the right direction.

1

There are 1 best solutions below

2
ledge On

You can enable live audio streaming in Connect and send the audio for the call to a Kinesis Video stream.

The call stays in Connect while it is streaming so it isn't redirected. This is documented here