Newer Version Available
VoiceMailAudioProcessingFunction Lambda Function
Configuration: Configure this function if you want to set up voicemail.
This function applies to the Service Cloud Voice with Partner Telephony from Amazon Connect telephony setup.
Description: Use this function to process voicemail recordings. This function isn’t directly invoked from a contact flow. It’s triggered when Amazon Connect generates a Contact Trace Record (CTR) event.
This Lambda function performs the following steps:
- Gets the voicemail recordings from Amazon Kinesis.
- Processes the data. Converts the chunks of recordings into a WAV file, calculates the duration of the file, and tags the file with metadata.
- Puts the files into the voicemail_recordings folder in the contact center’s Amazon S3 bucket.
For an example, see Set Up Voicemail.