Record calls to a third party contact center #132
-
|
We utilize an overflow contact center that receives calls when our in-house queues are above a certain threshold. Currently in RingCentral we simply have an extension that is set up with the phone number for the overflow center and since the extension resides within the call center it continues to record the call even after the agent disconnects. Amazon Connect obviously doesn't utilize extensions in this way and their support tells me that the recording stops as soon as the agent disconnects, but I'm curious if anyone has found a workaround to this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This isn't specifically a Service Cloud Voice issue, more of a general Connect one. Connect was designed to only record conversations connected to Agents. If you want to record IVR, transfers, or anything else, you need to initialize streams and process that audio segment post call. For example,
Sample external transfer CTR with the data: This page can help with how to access the audio data in KVS. |
Beta Was this translation helpful? Give feedback.
This isn't specifically a Service Cloud Voice issue, more of a general Connect one. Connect was designed to only record conversations connected to Agents. If you want to record IVR, transfers, or anything else, you need to initialize streams and process that audio segment post call. For example,
Sample external transfer CTR with the data: