step one

Server installation

Please follow all the following steps as written below.

Installation guide

1. As root do the following

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

2. Login as superadmin to your FusionPBX Web GUI

Go to: Menu > Advanced > Upgrade, check

  • App Defaults
  • Menu Defaults
  • Permission Defaults

then click “Execute”

3. Logout from FusionPBX and login as a normal user

You’ll find: Menu > Applications > CallAssist Mobile

4. Upgrading After Install

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

often, and you will get latest features/bigfixes.

5. Remove CallAssist mobile from FusionPBX

5.1 Remove the code

cd /var/www/fusionpbx/app;
rm -r callassist_mobile;

5.2 Remove the defaults

Go to: Menu > Advanced > Upgrade, check:

  • App Defaults
  • Menu Defaults
  • Permission Defaults

then click “Execute”