Cisco Unity Express -- Fax Settings REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- Subsystem JTAPI REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- Subsystem JTAPI 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> | ||
Revision as of 01:36, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Scripts REST PI Service Operation
Next page: Cisco Unity Express -- Subsystem JTAPI REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Fax Settings
Classes
Figure 13: Fax Settings
FaxPrintNumber
| Class Name |
Script | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Class representing a system-level fax number to use for printing faxes. | ||
| XML Namespace |
http://fax.settings.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
number |
String |
E.164 fax number | |
|
siteName |
String |
String "local" is used as the local site name. |
Name of the remote site for which to configure the system-level fax number. |
FaxSettings
| Class Name |
FaxSettings | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
System level fax configurations | ||
| XML Namespace |
http://fax.settings.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
defaultEmailFrom |
String |
From "e-mail address to use as the default. | |
|
outgoingFaxGW |
String |
Hostname for the outgoing Cisco IOS fax gateway. | |
|
incomingFaxGWlist |
IncomingFaxGWList |
Hostname for the incoming Cisco IOS fax gateway. | |
|
printNumber |
FaxPrintNumber (collection) |
Collection of fax print numbers | |
|
restrictionTable |
RestrictionTable |
Fax number restriction table |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/system/fax |
GET (read fax settings) |
FaxSettings | |
|
PUT (update fax settings) |
FaxSettings | ||
|
DELETE (delete privilege) |
