Cisco Unity Express -- Subsystem JTAPI REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- Subsystem SIP REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- Subsystem SIP 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:36, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Fax Settings REST PI Service Operation
Next page: Cisco Unity Express -- Subsystem SIP REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Subsystem JTAPI
Classes
Figure 14: Subsystem JTAPI
SubsystemJTAPI
| Class Name |
SubsystemJTAPI | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Represents system-level JTAPI related configuration. | ||
| XML Namespace |
http://jtapi.subsystem.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
ccmAddressList |
StringList |
List of IP address or hostname of Cisco Unified Communications Manager servers. | |
|
ccmCTIPortList |
IntegerList |
List of Cisco Unified Communications Manager CTI ports. | |
|
ccmEncodedCredential |
String |
During the update operation, ccmEncodedCredential and plain text credentials (ccmUserName, ccmPassword) cannot be specified together. |
Cisco Unified Communications Manager JTAPI username and password in encrypted form |
|
ccmUserName |
String |
During the update operation, ccmEncodedCredential and plain text credentials (ccmUserName, ccmPassword) cannot be specified together. |
CUCM JTAPI user name |
|
ccmPassword |
String |
During update operation, ccmEncodedCredential and plain text credentials (ccmUserName, ccmPassword) cannot be specified together. |
CUCM password for JTAPI user |
|
mwiPortNumber |
Integer |
CUCM CTI port to use for MWI | |
|
ctiPortCSS |
RedirectCSS |
Calling search space used to redirect calls from CTI ports to elsewhere. | |
|
routePointCSS |
RedirectCSS |
Calling search space used to redirect calls from route points to CTI ports |
RedirectCSS
| Class Name |
RedirectCSS (Enumeration Class) |
|---|---|
| Extends From |
BaseElement |
| Description |
Enumeration for calling search space to use while redirecting calls |
| XML Namespace |
http://jtapi.subsystem.model.rest.aesop.cisco.com |
| Enum Values |
CALLING_PARTY (Use the original calling party's calling search space to redirect) REDIRECTING_PARTY (Use the redirecting party's calling search space to redirect) CCM (default calling search space) |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/subsystem/jtapi |
GET |
SubsystemJTAPI | |
|
PUT |
SubsystemJTAPI |
