/
Phone API Reference - Core - digium.restart

Phone API Reference - Core - digium.restart

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.restart

Description

Indicates to the app to reboot itself.

Basic Example:

digium.restart();

 

Note: The digium.app.exit event is fired as the app is about to shutdown. If your app is state dependent, you may need to record some information.

Parameters

None

 

Examples

digium.restart example

digium.restart();

Related content

Phone API Reference - Core - digium.app
Phone API Reference - Core - digium.app
More like this
Phone API Reference - Core - digium.background
Phone API Reference - Core - digium.background
More like this
Phone API Reference - Extended - app.refreshConfig
Phone API Reference - Extended - app.refreshConfig
More like this
Phone API Reference - Core - digium.resetIdleTimer
Phone API Reference - Core - digium.resetIdleTimer
More like this
Phone API Reference - Core - digium
Phone API Reference - Core - digium
More like this
Phone API Reference - Core - digium.event.stopObserving
Phone API Reference - Core - digium.event.stopObserving
More like this

Return to Documentation Home I Return to Sangoma Support