/mcpTransfer to the User System Transfer Conversation To transfer a caller to the subscriber system transfer conversation, do the following PUT request: PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>2</Action> <TargetConversation>SubSysTransfer</TargetConversation> </MenuEntry> Cisco Unity Connection Provisioning Interface (CUPI) API -- Greetings About Greetings Modifying greetings involves a fairly long hierarchy in the URI, as follows: /vmrest/handlers/callhandlers/<call handler object id>/greetings/<greeting type>/ greetingstreamfiles/<language id> The greeting types are: • Standard • Alternate • Busy • Closed • Holiday • Error • Internal For Connection versions 7.x and 8.0.x the greetings are accessed by using the greeting stream file URI. Modifying the greeting requires a three step process as detailed below. For Connection versions 8.5 and later the greeting audio access has been simplified so that it can be modified in a single step. This new URI is a standard sub-resource of the greeting stream file resource URI. The old greeting stream file modification still works in the later versions, but use of the new URI is easier. Listing and Viewing Greeting Audio GET for 8.5 and Later Use the standard greeting audio URI to get the file: GET http://<connection-server>/vmrest/handlers/callhandlers/<call handler object id>/greetings /<greeting type>/greetingstreamfiles/<language id>/audio The response will return the audio/wav data for the greeting of the specified type and language. Cisco Unity Connection Provisioning Interface (CUPI) API 513 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Transfer to the User System Transfer Conversation