Archive:FreePBX Distribution: Difference between revisions
Started update section, added section for first time web interface run |
m Corrected links and added local link |
||
Line 98: | Line 98: | ||
# Type <code>cd ~</code>. This will take you to the home directory where we can download. | # Type <code>cd ~</code>. This will take you to the home directory where we can download. | ||
# Type <code>mkdir upgradescripts</code> then <code>cd upgradescripts</code>. This will make a new directory and take you into the new directory. | # Type <code>mkdir upgradescripts</code> then <code>cd upgradescripts</code>. This will make a new directory and take you into the new directory. | ||
# Type <code>wget | # Type <code>wget https://upgrades.freepbxdistro.org/stable/10.13.66/upgrade-10.13.66-1.sh</code>. This will download the script to update the distribution to the new track. You can also download this from this server by typing <code>wget http://192.168.0.24/hpserver/images/2/24/Upgrade-10.13.66-1.sh</code> then rename it to lowercase by typing <code>mv Upgrade-10.13.66-1.sh upgrade-10.13.66-1.sh</code>. | ||
# Type <code>chmod +x upgrade- | # Type <code>chmod +x upgrade-10.13.66-1.sh</code>. This changes the permissions so we can execute the file. | ||
# Type <code>./upgrade- | # Type <code>./upgrade-10.13.66-1.sh</code> to run the script. | ||
# While the script is running, you may see some errors. These are normal and as long as the script runs through to the end, you can safely ignore these. | # While the script is running, you may see some errors. These are normal and as long as the script runs through to the end, you can safely ignore these. | ||
# When the script is finished, it will say <code>REBOOT YOUR BOX NOW</code>. Follow these instructions and type <code>reboot</code>. | # When the script is finished, it will say <code>REBOOT YOUR BOX NOW</code>. Follow these instructions and type <code>reboot</code>. |
Revision as of 02:57, 19 March 2016
AsteriskNOW! is a fully fledged VoIP server allowing complete customisation to your needs and works with most setups. It is an appliance, with a complete Linux setup and web manager to allow easy administration.
On the server, we have implemented AsteriskNOW! 6.12.65-26 distribution and Asterisk 13.x series. This is the latest version of Asterisk and is a LTS release so will be supported well into the future with fixes (slated to be supported until 2018). This is a complete distribution and so needs to be installed on a machine. We will be using Linux tools to install the distribution as a virtual machine.
Preparing the host machine
Enable Intel VT-d extensions
With this method we need Intel VT-d extensions enabled so we can add the physical network card to the virtual machine
- Enable Intel VT-d in the system BIOS. It may be called Intel Virtaulization Extensions or something similar. We must enabled both Intel VT-x and Intel VT-d. Intel VT-d is a later version of Intel VT-x and allows physical hardware to be taken over and used by a virtual machine and there other memory and performance enhancements also. Intel VT-d may only be available if you have a recent machine.
- The extensions need to be enabled in the system kernel on the host machine as by default they are not enabled. Boot the machine, login and open YaST. Type your root password if needed.
- Under 'System', open 'Boot Loader'
- Change to the 'Kernel Parameters' tab
- After the last option on 'Optional Kernel Command Line Parameter', add
intel_iommu=on
. - Click 'Accept'
- Reboot the machine
Install Virtual Machine components
- Login and open YaST. Type your root password if needed.
- Under 'Virtualization', click 'Install Hypervisor and Tools'
- Under 'KVM Hypervisor', tick both 'KVM server' and 'KVM tools'
- Click 'Accept'. The components will install.
- When finished, reboot the machine as kernel components will have been changed.
Preparing the Virtual Machine
KVM Connection
- On the Kickstart Menu, type 'virt'. When displayed, open 'Virtual Machine Manager'
- Type in the root password if needed.
- First we need to create the connection. Click the 'File' menu then click '+ Add Connection'
- Make sure 'QEMU/KVM' is selected. No other options are needed. Then click 'Connect'
- You should now see 'QEMU/KVM' in the list with nothing underneath.
Adding the virtual machine
- To make a virtual machine, click the 'File' menu then clock 'New virtual machine'.
- As we will be installing AsteriskNOW! from a DVD image we downloaded, under 'Choose how you would like to install the operating system', select 'Local install media (ISO image or CDROM)'. In the 'Architecture' dropdown, make sure 'x86_64' is selected. Then click '> Forward'.
- Under 'Locate your install media', select 'Use ISO image' then click 'Browse'
- Click 'Browse Local'. Goto your Downloads directory and select the AsteriskNOW! image, the click 'Open'.
- Make sure the image is still selected in the list and click 'Choose Volume'.
- As this is a customised version of Linux, we cannot use the automatic detection to find the operating system. Unselect 'Automatically detect operating system based on install media' (will have 'OS type: unknown' and 'Version: unknown' underneath).
- In OS type, select 'Linux'. In Version, select 'CentOS 6.5'. Then click 'Forward'.
- Under 'Choose Memory and CPU settings', in 'Memory (RAM)', add '2048 MiB'. Under 'CPUs', make sure it says '1'. Then click 'Forward'.
- Make sure 'Enable storage for this virtual machine' is selected. Under 'Create a disk image for the virtual machine' add '20.0 GiB'. Then click 'Forward'.
- Under 'Name', type 'AsteriskNOW' (don't add the exclamation point - this causes problems later!)
- Under the 'Network Selection' dropdown, select any 'Host Device xxxxx: macvtap'. This doesn't matter which one is selected, but one must be selected to get the machine started. Press 'Finish'.
- If all is well, you should see a quick progress bar and then the machine will start, booting from the DVD image.
- At this point, select the Power dropdown menu from the top and select 'Force off'. You will see a warning, press 'Yes' to stop the machine. You will now see 'Guest not running'.
Configuring the machine
- Press the 'i' button at the top to switch from display to settings
- Under 'CPUs', check under 'Configuration' that the Model is 'Haswell-noTSX'.
- Click 'NIC :xx:xx:xx'. Click 'Remove' at the bottom to remove the network emulation and click 'Yes' to agree. We will be adding the separate physical network card next.
- Click '+ Add Hardware'. Click 'PCI Host Device'. You will need to find in the list the network card you want the guest to use and then click 'Finish'. It will be added down the side as 'PCI xxxx:xx:xx.x'.
- We won't be needing a sound card. Click 'Sound: ich6' and then 'Remove'. Click 'Yes' to agree.
- Goto 'IDE CDROM 1' and click 'Connect' if it is there. If not skip to the next step. Locate the AsteriskNOW image and click 'Choose Volume'.
- Goto 'Boot Options'. Make sure that the CD-ROM drive is at the top of the list.
- Once done, the machine is configured and ready to go. Click 'Apply' if it isn't greyed out. Press the screen icon next to the 'i' button at the top and then click the play button to start the machine up.
Installing AsteriskNOW! on the virtual machine
- On the host machine, download the latest 64-bit DVD image of AsteriskNOW! (http://www.asterisk.org/downloads/asterisknow}
- Attached the DVD images to a free optical drive on the virtual machine.
- Change the boot order so that the optical drive is at the top of the boot list.
- Start the virtual machine.
- When the boot menu appears, Under 'FreePBX 6.12.65 with Asterisk 13 - EXPERIMENTAL!' header, select 'Full Install -- No RAID'.
- Disregard the experimental header. When this version was released, Asterisk 13 was new and considered experimental. Once updated, Asterisk 13 is pretty mature and not considered experimental anymore.
- There is no need to choose RAID if using a virtual machine unless you are using a virtual machine or have an exotic setup to make the hard drives on 2 different physical hard drives.
- Once the system is booted, you will be presented with options to configure your network
- Make sure 'Enable IPv4 support' and 'Dynamic IP configuration (DHCP)' are both selected.
- Unselect 'Enable IPv6 support'
- Hit 'OK'
- On the next option, select the correct time zone
- As this virtual machine is installed on a Linux host, select 'System clock uses UTC'
- Select Europe/London (tip: press 'E' on the keyboard to jump down to 'E' on the list.)
- Hit 'OK'
- On the next option, type in a password to use for the system.
- After you hit 'OK', the system will start to install. This may take a long while. The installer may look as though it has frozen at certain points. However it is important to be patient as a few of the packages take a long time to install.
- When the install is finished, the machine will reboot. When it comes up with the boot menu, this will be the installation discs boot menu.
- 'Force Off' the virtual machine. This is safe as the machine is not fully running yet.
- From the boot order, remove the optical drive and make sure the hard drive is placed to the top.
- Start the virtual machine again.
- On first boot, it will start downloading updates for FreePBX. This may take a while.
- Once finished, it will leave you at the command prompt. Type '
root
' for the username and the password you selected during install for password. - That's it, AsteriskNOW! is installed!
First time run of the web interface
Updating the server
Updating the distribution
The latest version of AsteriskNOW! available from the website is not the latest version of the distribution. The distribution must be updated manually to get up to the latest version.
We will start off on the 6.12.65 track. As of 31st December 2015, this has reached its End of Life. We will be upgrading to the 10.13.66 track which is the latest.
- Login to your system as root with SSH or go to the Virtual Machine Manager, open the machine and login.
- Type
cd ~
. This will take you to the home directory where we can download. - Type
mkdir upgradescripts
thencd upgradescripts
. This will make a new directory and take you into the new directory. - Type
wget https://upgrades.freepbxdistro.org/stable/10.13.66/upgrade-10.13.66-1.sh
. This will download the script to update the distribution to the new track. You can also download this from this server by typingwget http://192.168.0.24/hpserver/images/2/24/Upgrade-10.13.66-1.sh
then rename it to lowercase by typingmv Upgrade-10.13.66-1.sh upgrade-10.13.66-1.sh
. - Type
chmod +x upgrade-10.13.66-1.sh
. This changes the permissions so we can execute the file. - Type
./upgrade-10.13.66-1.sh
to run the script. - While the script is running, you may see some errors. These are normal and as long as the script runs through to the end, you can safely ignore these.
- When the script is finished, it will say
REBOOT YOUR BOX NOW
. Follow these instructions and typereboot
.- Once the machine has rebooted, we will need to update to the latest version of the track (At the time of writing, it was 10.12.66-10, we will use this as an example. Use the latest version available at http://wiki.freepbx.org/display/PPS/FreePBX-Distro-10.13.66).
- Login in again as root.
- We did a lot of the legwork in the last example so it makes it easier this time round.
- You should already be in the home directory so type
cd upgradescripts
to move to theupgradescript
folder we made earlier. - Look on the FreePBX site, then with the lastest script, type
wget https://upgrades.freepbxdistro.org/stable/10.13.66/upgrade-10.13.66-10.sh
, changing the last part to whatever the latest version is. - Type
chmod +x upgrade-10.13.66-10.sh
to make the script executable. - Type
cd /
. This will take us to the root directory. Due to the way this script works, you must run it from the top root directory. - Type
./root/upgradescripts/upgrade-10.13.66-10.sh
to run the script. - Once again, errors that don't stop the script are normal and can be ignored.
- Once you have reached
REBOOT YOUR BOX NOW
, reboot the machine by typingreboot
.
NOTE
It is a good idea to keep an eye on the FreePBX website for updates from time to time. You can use the second half of the tutorial to do the minor updates at any time, substituting the example script version for the latest.
General updates
As with any Linux distribution, from time to time there are updates to the system. We will show you how to check these and install them.
- Login to the system as root
- Type
yum update
- After downloading from the internet, a list may be shown showing the latest updates available. If
No Packages marked for Update
is shown, there are no updates available right now and you can continue to the next step. - Type
y
to accept the changes. The updates will then be downloaded and installed. Some packages take a long time to install and the system will look like it has hung. Be patient, they will eventually install. - It is recommended that once the update is finished, you reboot the machine so that any updates downloaded get used. Type
reboot