CiscoTerminal Interface
getLocale()
This method returns the current locale information for this terminal. The CiscoTerminal
must be in the CiscoTerminal.IN_SERVICE state to access this method.
int
getSupportedEncoding ()
This method returns the unicode capability of this Terminal. The CiscoTerminal must
be in the CiscoTerminal.IN_SERVICE state to access this method.
int
The getSupportedEncoding () returns one of the following results that are defined in CiscoTerminal.
/**
- Indicates the <Code>CiscoTerminal.getSupportedEncoding ()</CODE>
- for this Terminal is UNKNOWN
*/
public final static int UNKNOWN_ENCODING
=
0;
/**
- Indicates the <Code>CiscoTerminal.getSupportedEncoding ()</CODE>
- for this is NOT_APPLICABLE.
- This is valid for only CiscoMediaTerminals and RoutePoints
*/
public final static int NOT_APPLICABLE
=
1;
/**
- Indicates the <Code>CiscoTerminal.getSupportedEncoding ()</CODE> for this
- Terminal is ASCII and this terminal supports only ASCII_ENCODING
*/
public final static int ASCII_ENCODING
=
2;
/**
- Indicates the <Code>CiscoTerminal.getSupportedEncoding ()</CODE>
- for this Terminal is UCS2UNICODE_ENCODING
*/
public final static int UCS2UNICODE_ENCODING
=
3;
Unrestricted Unified CM
Cisco Unified JTAPI provides support for Unrestricted Cisco Unified Communications Manager, where
encryption is disabled.
This feature was added in Cisco Unified Communications Manager 7.1(5) and is available in 8.5(1) or later
versions.
Upgrade from an unrestricted version to a restricted version is not supported.
Note
Currently, the administrator is unable to create a new role with security groups and roles - ‘Standard CTI
Secure Connection’ and ‘Standard CTI Allow Reception of SRTP Key Material’ as these roles are not available
in unrestricted Cisco Unified Communications Manager.
In case of an upgrade from non-secure restricted Cisco Unified Communications Manager to unrestricted
Cisco Unified Communications Manager, all the security features are disabled and standard CTI secure roles
associated with the end user are removed. But, the custom administrative roles created with CTI secure
privileges are not disabled in the Cisco Unified Communications Manager database.
Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs
207
Features Supported by Cisco Unified JTAPI
Unrestricted Unified CM