/mcpIf the application invokes a connection and it fails because of an expired password, it will receive a PlatformException with a newly defined error code. For more information, see CiscoJtapiExceptions, on page 55. In the case of a failover, the application will not explicitly request a connection, and will not receive a PlatformException. As the provider will already have an observer, it will deliver a CiscoProvAuthenticationInfoEv to it with getDaysUntilPasswordExpiry() = CiscoProvAuthenticationInfoEv.PASSWORD_EXPIRED. CiscoRTPHandle Interface on Cisco RTP Events The following interfaces are enhanced to allow applications to get a CiscoRTPHandle from the events: • CiscoRTPInputStartedEv, on page 557 • CiscoRTPInputStoppedEv, on page 559 • CiscoRTPOutputStartedEv, on page 565 • CiscoRTPOutputStoppedEv, on page 575 CiscoRTPHandle represents the callID of the call in Cisco Unified Communications Manager and stays the same as long as the call is active on the terminal. At any particular terminal/address, although the call and the associated GCID can change, CiscoRTPHandle will remain constant. Cisco Terminal Filter and ButtonPressedEvents Prior to the JTAPI 2.0 release, Cisco Unified JTAPI applications did not have direct control over terminal events. Applications can now receive button pressed events by setting the appropriate filter in the terminal observer. Applications no longer need to add call observer to get RTP events. When setButtonPressedEv gets enabled by using CiscoTermEvFilter, applications receive CiscoTermButtonPressedEv when a digit gets pressed on the phone. The following new or changed interfaces exist for CiscoTerminal Filter and ButtonPressedEvents: CiscoTerminal setFilter (CiscoTermEvFilter terminalEvFilter) Allows an application to have more control over the events thatget delivered to the TerminalObserver. void CiscoTermEvFilter getButtonPressedEnabled() Gets the enable or disable status of the button-pressed events for the terminal. The default value specifies disabled. boolean Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 57 Features Supported by Cisco Unified JTAPI CiscoRTPHandle Interface on Cisco RTP Events