Page 3 of 10
- Install FusionPBX or CoolPBX (this manual doesn't cover this part),
- Install phpbolt (please go to https://phpbolt.com/ for detailed directions)
- Check out the repository (TBD) by typing: git clone ....
- Go to your FusionPBX/CoolPBX deployment, click under Advanced->Upgrade and check Schema, Menu Defaults and Permissions Default. Click on the execute button and wait.
- Go to your FusionPBX/CoolPBX deployment, click under Advanced->Group Manager and click on SuperAdmin permissions link. Look for the lcr_* permissions and make sure they are all checked on.
- Log out and log in.
- Log via SSH to your server, and go to the LUA APP script directory, usually /usr/share/freeswich/scripts/app, then do a symlink of the Lua scripts the LCR app comes with. For example (change it according to your system):
cd /usr/share/freeswitch/scrpts/app
ln -s /var/www/CoolPBX/app/lcr/resources/install/scripts/app/lcr/
If you are upgrading, execute steps 3, 4, 5, and 6.