McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 31

↗ View in doc context
page
31
source
unity-connection/rest-api/cuti/cuti.md
chunk_id
unity-connection::rest-api::cuti::cuti::26

C H A P T E R 4 Cisco Unity Connection Provisioning Interface (CUTI) API -- Voice Name Upload for Contacts • Voice Name Upload for Contacts, on page 27 • Add/Update the Voice Name for Contacts by Uploading a File from the Desktop, on page 27 • Add/Update Voice Name Recording the Greeting using Telephony Interface, on page 29 • Adding Voice Name by Passing Input Stream in the Request, on page 31 Voice Name Upload for Contacts This API is used to upload voice name to the Contacts. There are three ways of uploading the voice name: • 1. Upload a .wav file from the desktop. • 2. Record using CUTI(Cisco Unity Telephony Interface) and then upload the recording. • 3. Pass the .wav file as the input stream to upload the voice name. Add/Update the Voice Name for Contacts by Uploading a File from the Desktop It is a 3 step process: Step 1 A placeholder for the WAV file must be created with a POST request. This is a temporary file placeholder that can be used for up to 30 minutes. If it is not used within 30 minutes (assigned to a resource), the file is assumed to be abandoned and is automatically cleaned. The request is as follows: POST https: //<connection-server>/vmrest/voicefiles Response Code: 201 The content will be the name of the newly created temporary .wav file. Cisco Unity Connection Telephony Interface (CUTI) API 27

Image 1 from page 31