Adding New Desktop Client Installers
Version 3.1 by michelk on 2021/09/09 18:02
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 a event for the file creation and will not make the download available in the user interface.
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.