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

The Sangoma Phone's development tools are available via a CGI that can be accessed from any desktop computer after you enable the phone's App Development mode. This guide describes how to access the app development CGI and use the tools via a commandline interface.

CGI Access

The Phone App web service is available from http:// phone-ip-address /cgi-bin/app_dev.cgi. The web service expects a mode parameter with additional parameters as appropriate to the mode.

Phone App Web Service Modes

mode=install

mode=uninstall

mode=start, mode=show, mode=shutdown

mode=log

XML responses

In addition, all modes return a short XML document describing the results of the request.

A normal response looks like this: 

<?xml version="1.0" ?>

<response>
    <status>1</status>
</response>

For mode=install, a successful install also includes  

<install name="name_of_installed_app"/>

Error Codes

Errors are indicated by a status other than 1. Error codes include the following:

-100  error with upload
-101  problem with app.json
-102  invalid app name
-103  app.json requests privileges that aren't allowed
-104, -105, -108  internal errors
-106  missing or invalid cgi parameter 
-108  internal error 
-109  unauthorized (app development mode not turned on) 
-110  insufficient space for install 
-111  uninstall error 

See Also: