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();

Return to Documentation Home I Return to Sangoma Support