...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Below are links to convert a PBXiaF 2.0.6.X Distro to the Official FreePBX Distro. This will not work for virtual setups using OpenVZ. It will only work on a true hardware box install or KVM virtual setup. Once completed, your server should be no different from a stock FreePBX Distro install, and you can use all the commercial modules and upgrade scripts.
...
Info |
---|
Update 2017-03-16 - this page details how to upgrade-in-place a PIAF 2.0.X system. For all other distro types or versions, this script will probably not work. For a more flexible method that migrates FreePBX settings from an existing system to a new FreePBX Distro install, see this page Elastix and PBXinaFlash to FreePBX Distro Conversion Tool |
PBX In A Flash 2.0.6.5, 2.0.6.4, 2.0.6.3, 2.0.6.2 Conversion Script
Download the Conversion Script
Once done, make sure you install any upgrade scripts from here to be upgraded to the most recent 5.211.65 track. This script will set your PBX as a 5.211.65-1 version.
Executing the Scripts
Download the script onto your PBX in the /tmp directory.
wget
Code Block cd /tmp wget http://upgrades.freepbxdistro.org/PBXiaF/scripts/PBXiaF2.0.x.x-FreePBX5.211.65-1.sh
Make the script executable.
...