Phones - API Reference - Core - digium.resetIdleTimer

Phones - API Reference - Core - digium.resetIdleTimer

Desk Phone API features described in this section are deprecated and supported only on the following models: D40, d45, d50, d60, d62, d65, d70

digium.resetIdleTimer

Description

Resets the timeout that causes the phone to hide apps when there's no keyboard input for a while. This keeps the app alive and should be called periodicallly to prevent the app from being timed out. 

Basic Example:

digium.resetIdleTimer();

 

If an app is idle for 30 seconds without this function being called, the app will go to the background and the screen will return to idle.

Parameters

None