McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 559

↗ View in doc context
page
559
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::560

Description Method Interface Removes the CiscoTerminal Object from providers control. Application must have created this terminal using Provider.createTerminal() interface otherwise PreviledgeVoilationException gets thrown. CiscoProvider.deleteTerminal(). Pre-conditions this.getState() = = Provider.IN_SERVICE Post-conditions CiscoTerminal Object deleted from providers list of terminal. Terminal is not element of this.getTerminals() any more and Addresses belonging to terminal get deleted. Parameters • terminal—The referece to the desired CiscoTerminal object to be deleted. Throws javax.telephony.InvalidArgumentException—The terminal provided is not element of this.getTerminals() or terminal is not provider domain. PrivilegeViolationException—The terminal given in the argument is not a terminal created using Provider.createTerminal() method. Applications can delete only those terminal which are created using Provider.createTerminal() interface. deleteTerminal (CiscoTerminalterminal) void Returns an address object corresponding to the number and partition that is passed in the method. The address object will be unique for a particular number, partition combination. Throws javax.telephony.InvalidArgumentException getAddress (java.lang.Stringnumber, java.lang.Stringpartition) javax.telephony.Address Gets the DSCP value from the provider by using CiscoProvider.getAppDSCPValue(). Pre-conditions this.getState() = = Provider.IN_SERVICE Post-conditions The method will return the integer value of the DSCP value for applications set by CTI. getAppDSCPValue () int Returns call object with the RTPHandle associated with a specific terminal. getCall (CiscoRTPHandlertpHandle) CiscoCall Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 495 Cisco Unified JTAPI Extensions Methods

Page 559 diagram