App closes immediately if the first screen opened contains an expiration
Brought to you by:
bcstechnologies
If application is not running when an alert event with expiry comes in, or if the first page loaded has an expiry, the application is immediately closed. Issue is seen on 7975 with 9.2(3) firmware, but the message stays up on the 9971 tested with that runs 9.4(2)SR2 code.
Issue exists on SCCP code 9.2(1), 9.2(3), and 9.4(2)SR1 (latest)
Issue seems to only affect 79xx phones
Anonymous
Same behavior is exhibited when trying to open certain screens from services, so this is related to launching the app in general for SOME screen types and NOT just the pushing. Changing title to reflect. Note that in testing so far, the "lighthing" screen type and "^customalert" are impacted. Conversely the "clock" screen type is not.
Diff:
WORKAROUND: Disable screen expiration timer
Resolved in version 1.1. The application handler UPDATE which was designed to ensure when an inactive screen was restored the content was refreshed, was also firing when screens were loaded for the first time. This combined with the Softkey:Exit refresh destination caused the behavior seen in this bug. The application handler has been disabled, and other means of ensuring content is fresh are being implemented and considered.