McDewey

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

Page 686

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

Description Method Inteface Returns the state of this terminal. The state may be any of the following constants: • CiscoTerminal.OUT_OF_SERVICE • CiscoTerminal.IN_SERVICE getState() int Returns the properties to be used for the RTP input stream associated with the ACTIVE TerminalConnection on this terminal. The CiscoTerminal must be in the CiscoTerminal.REGISTERED state, its Provider must be in the Provider.IN_SERVICE state, and Terminal.getTerminalConnections () must return at least one terminal connection in the TerminalConnection.ACTIVE state. Throws javax.telephony.InvalidStateException getRTPInputProperties() CiscoRTPInputProperties Returns the properties to be used for the RTP output stream associated with the ACTIVE TerminalConnection on this terminal. The CiscoTerminal must be in the CiscoTerminal.REGISTERED state, its Provider must be in the Provider.IN_SERVICE state, and Terminal.getTerminalConnections () must return at least one terminal connection in the TerminalConnection.ACTIVE state. Throws javax.telephony.InvalidStateException getRTPOutputProperties() CiscoRTPOutputProperties Deprecated Use CiscoTerminal.sendData ( byte[] ). Throws javax.telephony.InvalidStateException javax.telephony.MethodNotSupportedException sendData(java.lang. StringterminalData) java.lang.String The CiscoTerminal must be in the CiscoTerminal.IN_SERVICE state, and its Provider must be in the Provider.IN_SERVICE state. Applications can push the XSI object in the byte format to the phone with this interface. If the phone receives the data, this method returns successfully. Applications may only send 2000 bytes of data with this interface. Requests carrying excess data get rejected. Throws PlatformException (The data did not get sent successfully), javax.telephony.InvalidStateException, and javax.telephony.MethodNotSupportedException sendData(byte[]terminalData) byte[] Retrieves the filter object associated with the terminal. getFilter() CiscoTermEvFilter Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 622 Cisco Unified JTAPI Extensions Methods