Voiso allows Professional Plan or higher customers to stream call recordings to an Amazon S3 bucket. Contact your Voiso account manager to determine which AWS regions are available for streaming call recordings.
To use the Audio files replication to AWS S3 pre-built integration, you must first enable it in the Voiso System Settings. Navigate to Administration > System Settings, and click Enabled in the Archive Replication to AWS S3 section.
After enabling the Call Recordings Upload feature, specify the following parameters as defined by your Amazon account:
//customer bucket
{
"Version": "2008-10-17",
"Id": "S3-Console-Replication-Policy",
"Statement": [
{
"Sid": "S3ReplicationPolicyStmt1",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::360675328891:user/cc-ul-recordings" // copy from "Aws user" field on the webpage System settings in Voiso
},
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::bucket_name", // name of the bucket
"arn:aws:s3:::bucket_name/*" // name of the bucket
]
}
]
}
Note: For 'String 10 -AWS', fill in the data from the AWS user. For 'String 14 - arn:aws:s3' and 'String 15 - arn:aws:s3', fill in the Bucket name.