step one

Server module installation

Please follow all the following steps as written below.

Installation guide

1. Installation on FusionPBX

Login as root to the console on FusionPBX and run the following commands:

cd /var/www/fusionpbx/app;
git clone https://github.com/Callassist-io/callassist_mobile.git;
chown -R www-data:www-data callassist_mobile;
git config --global --add safe.directory /var/www/fusionpbx/app/callassist_mobile;

2. Setup defaults

Login as superadmin to your FusionPBX Web GUI
Go to: Menu > Advanced > Upgrade, check

  • App Defaults
  • Menu Defaults
  • Permission Defaults

then click “Execute”

3. Installation check

Logout from FusionPBX and login as a normal user
You’ll find: Menu > Applications > CallAssist Mobile

4. Upgrading after install

In case of an upgrade of CallAssist Mobile module on the server. Login as root to the console on FusionPBX and run the following commands:

cd /var/www/fusionpbx/app/callassist_mobile;
git pull;
cd ..;
chown -R www-data:www-data callassist_mobile;

5. Uninstall CallAssist mobile module from FusionPBX

Remove the code
Login as root to the console on FusionPBX and run the following commands:
cd /var/www/fusionpbx/app;
rm -r callassist_mobile;

Remove the defaults
Login as superadmin to your FusionPBX Web GUI
Go to: Menu > Advanced > Upgrade, check

  • App Defaults
  • Menu Defaults
  • Permission Defaults

then click “Execute”