Cisco Unity Express -- Subsystem SIP REST PI Service Operation
From DocWiki
m (1 revision) |
|||
| Line 5: | Line 5: | ||
'''Next page:''' [[Cisco Unity Express -- Login Banner REST PI Service Operation]] | '''Next page:''' [[Cisco Unity Express -- Login Banner 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:37, 3 May 2010
Main page: Cisco Unity Express -- REST PI Service Operations
Previous page: Cisco Unity Express -- Subsystem JTAPI REST PI Service Operation
Next page: Cisco Unity Express -- Login Banner REST PI Service Operation
Search the Cisco Unity Express documentation on the DocWiki:
Contents |
Subsystem SIP
Classes
Figure 15: Subsystem SIP
SubsystemSIP
| Class Name |
SubsystemSIP | ||
|---|---|---|---|
| Extends From |
ManagedBaseElement | ||
| Description |
Represents Session Initiation Protocol (SIP) related configurations | ||
| XML Namespace |
http://sip.subsystem.model.rest.aesop.cisco.com | ||
| Field Name | Type | Constraints | Comments |
|
cstaKeepAlive |
Integer | ||
|
cstaSessionServerId |
String | ||
|
dtmfRelayList |
DTMRelayList |
SIP DTMF relay mechanism. List of values of type DTMFRelay. | |
|
fullRFC3261Compliance |
Boolean |
Set to TRUE for configuration to work with newer IOS images (12.4(2T) and later) | |
|
includeMWIEnvelopeInfo |
Boolean |
Set to TRUE to enable the inclusion of envelope information in SIP MWI notifications. | |
|
mwiNotifyList |
MWINotify (collection) |
MWI notification mechanism. List of values of type MWINotify. | |
|
sipGWIPAddress |
String |
Hostname or IP address of the SIP Provider | |
|
sipGWPortNumber |
Integer |
UDP or TCP Port of the SIP Proxy | |
|
transferMode |
TransferMode |
SIP call transfer method |
DTMFRelay
| Class Name |
DTMFRelay (Enumeration Class) |
|---|---|
| Extends From |
BaseElement |
| Description |
Enumeration for SIP DTMF relay mechanism type |
| XML Namespace |
http://sip.subsystem.model.rest.aesop.cisco.com |
| Enum Values |
INFO (Uses the Info message to relay outgoing DTMF signals from Cisco Unity Express to the Cisco IOS SIP gateway) RTP_NTE (Uses the media path to relay incoming and outgoing DTMF signals to Cisco Unity Express) SIP_NOTIFY (Uses Unsolicited-Notify messages to relay incoming and outgoing DTMF signals) SUB_NOTIFY (Uses Subscribe and Notify messages to relay for incoming DTMF signals to Cisco Unity Express. This option is not available for outgoing DTMF signals from Cisco Unity Express) |
MWINotify
| Class Name |
MWINotify (Enumeration Class) |
|---|---|
| Extends From |
BaseElement |
| Description |
Enumeration for message waiting indicator (MWI) notification mechanism |
| XML Namespace |
http://sip.subsystem.model.rest.aesop.cisco.com |
| Enum Values |
NOTIFY_OUTCALL (Sends MWI notifications using the SIP outcall mechanism) NOTIFY_UNSOLICITED (Sends MWI notifications using the Unsolicited Notify mechanism) NOTIFY_SUBSCRIBE (Sends MWI notifications using the Subscribe Notify mechanism) |
TransferMode
| Class Name |
TransferMode (Enumeration Class) |
|---|---|
| Extends From | |
| Description |
Enumeration for transfer mode for SIP calls |
| XML Namespace |
http://sip.subsystem.model.rest.aesop.cisco.com |
| Enum Values |
REFER_ATTENDED (Transfers SIP calls as attended transfers. The transfer is complete when the destination extension answers the call) REFER_SEMI_ATTENDED (Transfers SIP calls as semi-attended transfers. The transfer is complete when the destination extension is ringing) REFER_BLIND (Transfers SIP calls as blind refer calls) BLIND_BYE_ALSO (Transfers SIP calls as blind bye-also calls) |
Resources
| Resource URI | Operation | Input | Return Value |
|---|---|---|---|
|
/subsystem/sip |
GET |
SubsystemSIP | |
|
PUT |
SubsystemSIP |
