McDewey

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

Page 689

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

Description Method Inteface Returns the supported encoding types for this terminal. Use this method to check whether a terminal supports Unicode. To access this information, the terminal must be in the CiscoTerminal.IN_SERVICE state. The supportedEncoding is one of the following constants: • CiscoTerminal.UNKNOWN_ENCODING • CiscoTerminal.ASCII_ENCODING • CiscoTerminal.UCS2UNICODE_ENCODING • CiscoTerminal.NOT_APPLICABLE Throws • javax.telephony.InvalidStateException getSupportedEncoding() int Returns the locale that this terminal supports. To access this method, the terminal must be in the CiscoTerminal.IN_SERVICE state. Throws • javax.telephony.InvalidStateException —CiscoTerminal.getState() is not IN_SERVICE. getLocale() int Returns the restriction status of this terminal. If a terminal is restricted, all associated addresses on the terminal are also restricted. Returns:True if terminal is restricted; otherwise false. isRestricted() boolean Generates a CiscoTermSnapshotEv event, which contains the security status of the current active call on the terminal. To access this method, the terminal must be in the CiscoTerminal.IN_SERVICE state and CiscoTermEvFilter.setSnapshotEnabled () must be set to true. Throws • javax.telephony.InvalidStateException —CiscoTerminal.getState() is not IN_SERVICE. createSnapshot() void Returns the locale alternate script that this terminal supports. An empty return value indicates that this terminal does not support or is not configured with an alternate script. To access this method, the terminal must be in the CiscoTerminal.IN_SERVICE state. Throws • javax.telephony.InvalidStateException —CiscoTerminal.getState() is not IN_SERVICE. getAltScript() java.lang.String Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 625 Cisco Unified JTAPI Extensions Methods

Page 689 diagram