McDewey

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

Page 58

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

GET https://<connection-server>/vmrest/configurationvalues Accept : application/json Connection : keep-alive { "@total": "2", "ConfigurationValue": [ { "Type": "1", "FullName": "System", "UserSetting": "false" "MinVal": "0", "MaxVal": "0", "RequiresRestart": "false" }, { "Type": "1", "FullName": "System.Notifier", "UserSetting": "false", "MinVal": "0", "MaxVal": "0", "RequiresRestart": "false" } ] } Response Code: 200 Use the following request to record the voice name: POST https://<connection-server>/vmrest/calls/<CallId> Request Body: <CallControl> <op>RECORD</op> </CallControl> Response Code: 201 Make a note of the output obtained, that will be the input for uploading a wave file. JSON Example POST https://<connection-server>/vmrest/calls/<CallId> Accept application/json Content-Type: application/json Connection: keep-alive Request Body: { "op":"RECORD" } Response Code: 201 Step 3 Upload the .WAV File The third step is to upload the wave file to the call handler voice name. Cisco Unity Connection Telephony Interface (CUTI) API 54 Cisco Unity Connection Provisioning Interface (CUTI) API -- Voice Name Upload for Interview Handlers Add/Update Voice Name Recording the Greeting using Telephony Interface