McDewey

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

Page 551

↗ View in doc context
page
551
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::517

Cisco Unity Connection Provisioning Interface (CUPI) API -- Custom Recordings About Custom Recordings Cisco Unity Connection allows you to play the customized recordings after a message is sent. You can also play the custom recordings after a greeting is played. A greeting is played before the callers are allowed to leave a message for a user or a call handler. In Cisco Unity Connection 9.0, the Post Greeting Recordings option is changed to the Custom Recordings option. Note Listing Custom Recording Example 1 The following is an example of the GET request that lists all the custom recordings: https://<connection_server>/vmrest/postgreetingrecordings The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <PostGreetingRecordings total="2"> <PostGreetingRecording> <URI>/vmrest/postgreetingrecordings/b7cfa709-9f06-4cd2-94b3-8e5910d5b041</URI> <ObjectId>b7cfa709-9f06-4cd2-94b3-8e5910d5b041</ObjectId> <DisplayName>Rec-2</DisplayName> <PostGreetingRecordingStreamFilesURI>/vmrest/postgreetingrecordings/b7cfa709- 9f06-4cd2-94b3-8e5910d5b041/postgreetingrecordingstreamfiles</PostGreetingRecordingStreamFilesURI> </PostGreetingRecording> <PostGreetingRecording> <URI>/vmrest/postgreetingrecordings/db44de42-7274-4d1c-8837-e710b0649c13</URI> <ObjectId>db44de42-7274-4d1c-8837-e710b0649c13</ObjectId> <DisplayName>Rec-3</DisplayName> <PostGreetingRecordingStreamFilesURI>/vmrest/postgreetingrecordings/db44de42-7274- 4d1c-8837-e710b0649c13/postgreetingrecordingstreamfiles</PostGreetingRecordingStreamFilesURI> </PostGreetingRecording> </PostGreetingRecordings> RESPONSE Code: 200 Example 2 The following is an example of the GET request that lists the custom recording as represented by <objectId>: https://<connection_server>/vmrest/postgreetingrecordings/<objectId> Cisco Unity Connection Provisioning Interface (CUPI) API 519 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- Custom Recordings