Skip to content
Discussion options

You must be logged in to vote

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,

  1. Quick Connect as a transfer to queue. Queue is irrelevant, contact flow is important.
  2. In contact flow, start media streaming, then transfer to phone number
  3. Upon call completion, process CTR for the transfer leg, and extract the audio from the KVS stream using the data in the CTR to get the stream and fragment info.

Sample external transfer CTR with the data:

{
   "AWSAccountId":"REDACTED",
   "A…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dougjaso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants