/mcpgetDeviceDataEnabled() Gets the enable or disable status of the device data events for the terminal. The default value specifies disabled. boolean getRTPEventsEnabled() Gets the enable or disable status of the RTP events for the terminal. Thedefault value specifies disabled. boolean setButtonPressedEnabled (boolean enabled) Enables or disables the button pressed events for the terminal. void setDeviceDataEnabled (boolean enabled) Enables or disables the device data status events for the terminal. void setRTPEventsEnabled (boolean enabled) Enables or disables the RTP events for the terminal. void CiscoTermButtonPressedEv getButtonPressed () int For details on the interface changes, see Cisco Unified JTAPI Extensions, on page 249 To view the message flow for CiscoTerminal Filter and ButtonPressedEvents, see Message Sequence Charts, on page 761 CiscoTermRegistrationfailed Event This event gets provided to the application when CiscoMediaTerminal or CiscoRouteTerminal registration fails asynchronously. Usually when registration fails, the application gets a CiscoRegistrationFailedException; however, it is possible that the registration request was successful, but the CTI rejected the registration. This event is provided for the cases where the registration request is successful, but the registration gets rejected. The application should have TerminalObserver to receive this event. Upon receipt of this event, the applications should reregister with the new parameter, depending on the error code that is provided for this event. The following list provides the errors that get returned and the actions to take, by the application, to resolve them. Errors Problem Error Message CiscoTermRegistrationFailedEv.MEDIA_CAPABILITY_MISMATCH Possible Cause Registration cannot get done because the terminal is already registered. Do the second registration with the same media capability. Solution Try re-registering with the same capability. ProblemErrorMessageCiscoTermRegistrationFailedEv.MEDIA_ALREADY_TERMINATED_NONE Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 58 Features Supported by Cisco Unified JTAPI CiscoTermRegistrationfailed Event