McDewey

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

Page 99

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

• CiscoMediaEncryptionAlgorithmType.F8_128_COUNTER_80 • CiscoMediaEncryptionAlgorithmType.AEAD_128_COUNTER • CiscoMediaEncryptionAlgorithmType.AEAD_256_COUNTER The CiscoMediaEncryptionAlgorithmType.AEAD_128_COUNTER and CiscoMediaEncryptionAlgorithmType.AEAD_256_COUNTER will be negotiated only for a secure call between two SIP endpoints. CTI ports can register with any of the above algorithms, but will negotiate on AES_128_COUNTER_80 for secure calls. From Release 12.5(1)SU5 onwards, CTI ports can register with any of the above algorithms for secure calls. For more information, see "Stronger Cipher Suites on CTI Ports" section in Security Guide for Cisco Unified Communications Manager. Note Alternate Script Support Certain IP phone types support an alternate language script other than the default script that corresponds to the phone-configurable locale. For example, the Japanese phone locale has two written scripts. Some phone types support only the default Katakana script, while other phones types support both the default script and the alternate Kanji script. Because applications can send text information to the phone for display purposes, they need to know what alternate script a phone supports, if any. The new getAltScript() method provides alternate script information for an observed device. Currently there is only one known alternate script: Kanji for the Japanese locale. JTAPI provides a new method for CiscoTerminal to provide alternate script information. getAltScript() Only one alternate script, Kanji for the Japanese locale, is currently supported. An empty string return value indicates there is no alternate script configured or the terminal does not support an alternate script. java.lang.String Backward Compatibility The alternate script feature does not impact JTAPI backward compatibility. API for Exposing Built-In-Bridge Status JTAPI exposes the API, CiscoTerminal.isBuiltInBridgeEnabled() to let applications know if the BIB capability is enabled on the terminal or not. Accordingly, the return value is true or false. This API throws MethodNotSupportedException if it is invoked on a CiscoMediaTerminal or a CiscoRouteTerminal as these devices do not support a BIB. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 35 Features Supported by Cisco Unified JTAPI Alternate Script Support