Cisco Unity Express -- Notification Settings REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- Public Distribution Lists REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- Public Distribution Lists 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:40, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Subscriber Notification Profile REST PI Service Operation
Next page: Cisco Unity Express -- Public Distribution Lists REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Notification Settings
Classes
Figure 27: System Notification Settings
VmNotificationSettings
| Class Name |
VmNotificationSettings | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
System-wide settings for voicemail notification | ||
| XML Namespace |
http://notification.model.rest.voicemail.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
allowLogin |
Boolean |
Allow user to login to voicemail box to retrieve voicemail when phone notification device is notified | |
|
cascadingNotify |
Boolean |
Enable Cascading Notifications | |
|
connectTimeout |
Integer |
Range 12-96 seconds |
Connection timeout duration (seconds) if phone is not answered |
|
emailAttachVM |
Boolean |
Attach message to outgoing email notification | |
|
enabled |
Boolean |
Enable system-wide notification | |
|
liveRecordNotify |
Boolean |
Enable system-wide notification for live recordings | |
|
msgPrecedingTxt |
String |
Preceding text for voicemail message notification | |
|
msgSignatureTxt |
String |
Signature text for voicemail message notification | |
|
preference |
Notification Preference |
Type of messages for which notification is enabled | |
|
restrictionTable |
String |
Name of the restriction table to use while sending out notification |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/voicemail/notification |
GET (Get system-wide notification settings) |
VmNotificationSettings | |
|
PUT (Set system-wide notification settings) |
VmNotificationSettings |
