Cisco Unity Express -- Caller Call Flow REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- Greetings REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- Greetings REST PI Service Operation]] | ||
| + | |||
| + | |||
| + | '''Search the Cisco Unity Express documentation on the DocWiki:''' | ||
| + | <html><div id="cse" style="width:25%;">Loading</div> | ||
| + | <script src="http://www.google.com/jsapi" type="text/javascript"></script> | ||
| + | <script type="text/javascript"> | ||
| + | google.load('search', '1', {language : 'en'}); | ||
| + | google.setOnLoadCallback(function(){ | ||
| + | var customSearchControl = new google.search.CustomSearchControl('007771824002417948961:zfpvm8yv4fc'); | ||
| + | customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET); | ||
| + | customSearchControl.draw('cse'); | ||
| + | }, true); | ||
| + | </script> | ||
| + | <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> | ||
| + | </html> | ||
Latest revision as of 01:39, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Triggers REST PI Service Operation
Next page: Cisco Unity Express -- Greetings REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Caller Call Flow
Classes
Figure 24: Caller Call Flow
CallflowAction
| Class Name |
CallflowAction (Enumeration Class) |
|---|---|
| Extends From | |
| Description |
Enumeration of callflow actions |
| XML Namespace |
http://callercallflow.model.rest.voicemail.aesop.cisco.com |
| Enum Values |
IGNORE, SKIP_GREETING, REPEAT_GREETING, TRANSFER_TO, TRANSFER_OPERATOR, SAY_GOODBYE, SUBSCRIBER_SIGNIN, KEY_DEFAULT |
DialPadKey
| Class Name |
DialPadKey (Enumeration Class) |
|---|---|
| Extends From | |
| Description |
Enumeration of keys on dial pad for which a call flow action could be defined |
| XML Namespace |
http://callercallflow.model.rest.voicemail.aesop.cisco.com |
| Enum Values |
ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE, STAR, POUND |
KeyAction
| Class Name |
KeyAction | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing a callflow action in response to a specified caller input | ||
| XML Namespace |
http://callercallflow.model.rest.voicemail.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
key |
DialPadKey |
Key pressed by the caller | |
|
callflowAction |
CallflowAction |
Callflow action to be executed | |
|
transferNumber |
String |
The number to which the call is transferred if callflow action is specified as TRANSFER_TO |
CallerCallflow
| Class Name |
CallerCallflow | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing mailbox configuration for caller call flow for specified caller inputs | ||
| XML Namespace |
http://callercallflow.model.rest.voicemail.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
keyAction |
KeyAction (collection) |
List of Keyaction objects |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/voicemail/mailboxes/{ownerId}/callerflow |
GET |
CallerCallflow | |
|
PUT |
CallerCallflow |
