For those who want to save some time, we have prepared a few sample call recordings that you can download from an Amazon S3 bucket and upload into your recording bucket. In order to do so, please follow the steps below.
You can download the samples using your browser or using the command line on your local machine.
http://d1z04l54rp7h7d.cloudfront.net/aim303/sample1.wav
http://d1z04l54rp7h7d.cloudfront.net/aim303/sample2.wav
If you like wget
, paste the following commands into your shell:
wget http://d1z04l54rp7h7d.cloudfront.net/aim303/sample1.wav
wget http://d1z04l54rp7h7d.cloudfront.net/aim303/sample2.wav
If you like curl
, paste the following commands into your shell:
curl "http://d1z04l54rp7h7d.cloudfront.net/aim303/sample1.wav" --output sample1.wav
curl "http://d1z04l54rp7h7d.cloudfront.net/aim303/sample2.wav" --output sample2.wav
Now you can upload the samples into your recording bucket. We will prefix each recording with connect/
in order to simulate a folder structure in your S3 bucket (which doesn’t exist).
Go to the Amazon S3 management console.
Click on the name of your recording bucket.
Click on the Create folder
button.
Type connect
as the name of the new folder and click on the Save
button.
Click on the name of your new folder.
Click on the Upload
button.
In the pop-up, click on the Add files
button.
Select the two sample recordings from your local machine and click on the Open
button.
Click on the Upload
button.
Open a terminal tab on your local machine and cd to where you have downloaded the sample recordings.
Use the following commands to upload the sample recordings:
aws s3 cp sample1.wav s3://<your-recording-bucket-name>/connect/sample1.wav
aws s3 cp sample2.wav s3://<your-recording-bucket-name>/connect/sample2.wav
Congratulations!
You have successfully imported our prepared sample call recordings into your recording bucket and can now follow your path of choice to start analyzing the call recordings.