Adding New Desktop Client Installers
Overview
This document covers how to add new desktop client installers to the desktop client module.
Download the .zip archive you wish to serve:
wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zipMake sure the downloaded archive belongs to the user that is running the iSymphony server (on FreePBX installs this will be asterisk). If the file belongs to a different user (but the iSymphony process still has read access) iSymphony may not receive an event for the file creation and will not make the download available in the user interface until the server is restarted.
chown asterisk:asterisk ./desktop-client-archive-2.1.3-final.6.zipMove the .zip archive to the installers directory created by the desktop client module:
mv ./desktop-client-archive-2.1.3-final.6.zip /opt/isymphony3/server/installers/The latest version of the desktop client will be served. If no installers are added to the installers directory then the legacy installers (version < 2.0.0) will be served instead.