McDewey

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

Page 548

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

Restart Greeting To set a key to restart 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>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. Alternate Contact Number (ACN) PUT https://<server>/vmrest/handlers/callhandlers/<callhandlerobjectid>/menuentries/<key> <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MenuEntry> <Action>7</Action> <TransferNumber>number to transfer to</TransferNumber> </MenuEntry> Cisco Unity Connection Provisioning Interface (CUPI) API 516 Cisco Unity Connection Provisioning Interface (CUPI) API -- Call Handler Settings Restart Greeting