/mcpPUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>6</Action> </MenuEntry> The Action field of 6 denotes that this key should restart playback of the greeting from the beginning. Route from Next Call Routing Rule To set a key to route the call starting from the next call routing rule, 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>8</Action> </MenuEntry> The Action field of 8 denotes that this key should route the call starting from the next call routing rule. Skip Greeting To set a key to skip the greeting, 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>5</Action> </MenuEntry> The Action field of 5 denotes that this key should skip the remainder of the greeting and take the caller directly to the after greeting action. Take a Message To set a key to take a message, 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>4</Action> </MenuEntry> The Action field of 4 denotes that this key should prompt the caller to record a message. Transfer to an Alternate Contact Number To transfer a caller to an alternate contact number, do the following PUT request: Cisco Unity Connection Provisioning Interface (CUPI) API 510 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Route from Next Call Routing Rule