Archive:FreePBX Distribution: Difference between revisions
→Configuring the FreePBX installation: Added time server setup, network configuration, password warning and completing the installation sections, made buttons to click bold. |
Removed unneeded information, preparing to complete article |
||
| Line 1: | Line 1: | ||
FreeBPX Distribution 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. | FreeBPX Distribution 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. | ||
We have implemented FreePBX 15 (SNG7-PBX-64bit-2011-5) and Asterisk 17. 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 2024). This is a complete distribution and so needs to be installed on | We have implemented FreePBX 15 (SNG7-PBX-64bit-2011-5) and Asterisk 17. 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 2024). This is a complete distribution and so needs to be installed on its own machine. We will be setting this up on a separate virtual machine rather than the main server. | ||
== Prerequisites == | == Prerequisites == | ||
| Line 29: | Line 29: | ||
# We will configure the time servers to use ones closer to us in the UK. Click the cog icon next to the 'On' switch. | # We will configure the time servers to use ones closer to us in the UK. Click the cog icon next to the 'On' switch. | ||
# We will change the CentOS NTP servers to UK servers. Double click on each address and change the <code>centos</code> to <code>uk</code>. For example, change <code>0.centos.pool.ntp.org</code> to <code>0.uk.pool.ntp.org</code>. Do this for servers 0-3. | # We will change the CentOS NTP servers to UK servers. Double click on each address and change the <code>centos</code> to <code>uk</code>. For example, change <code>0.centos.pool.ntp.org</code> to <code>0.uk.pool.ntp.org</code>. Do this for servers 0-3. | ||
# We will add the main server IP address as a source too. This is typed in the box and then click '+'. | # We will add the main server IP address as a source too. This is typed in the top box and then click '+'. | ||
# Click 'OK' | # Click 'OK'. | ||
# Click 'Done' | # Click 'Done'. | ||
=== Setting the keyboard layout === | === Setting the keyboard layout === | ||
| Line 50: | Line 50: | ||
# Tick 'English (United Kingdom). | # Tick 'English (United Kingdom). | ||
#* Unfortunately, we cannot unselect 'English (United States)'. | #* Unfortunately, we cannot unselect 'English (United States)'. | ||
# Click 'Done' | # Click 'Done'. | ||
=== Setting the hard drive partitioning === | === Setting the hard drive partitioning === | ||
| Line 72: | Line 72: | ||
# Click '''KDUMP'''. | # Click '''KDUMP'''. | ||
# Untick the 'Enable kdump' box. | # Untick the 'Enable kdump' box. | ||
# Click 'Done' | # Click 'Done'. | ||
=== Setting the network hostname === | === Setting the network hostname === | ||
| Line 79: | Line 79: | ||
# Click '''NETWORK AND HOSTNAME'''. | # Click '''NETWORK AND HOSTNAME'''. | ||
# In the hostname box, replace 'freepbx.sangoma.local' to the hostname of your network | # In the hostname box, replace 'freepbx.sangoma.local' to the hostname of your network (for example freepbx.freddythechick.net). | ||
# Click 'Apply' | # Click 'Apply'. | ||
# Click 'Done' | # Click 'Done'. | ||
=== Starting the installation === | === Starting the installation === | ||
| Line 104: | Line 104: | ||
You will now be back at the installation screen - grab a cup of coffee and wait for the installation to finish. | You will now be back at the installation screen - grab a cup of coffee and wait for the installation to finish. | ||
Once the installation is finished, it will say 'SangomaOS 7.8 is now successfully installed and ready to use! Go ahead and reboot to start using it!'. Click the 'Reboot' button and the machine will reboot to the FreePBX terminal. | Once the installation is finished, it will say 'SangomaOS 7.8 is now successfully installed and ready to use! Go ahead and reboot to start using it!'. Click the 'Reboot' button and the machine will reboot to the FreePBX terminal. Remember to remove the DVD/image from the drive! | ||
== First time run of the web interface == | == First time run of the web interface == | ||
== Updating the server == | == Updating the server == | ||
=== General updates === | === General updates === | ||
As with any Linux distribution, from time to time there are updates to the system. | As with any Linux distribution, from time to time there are updates to the system. This will show you how to check these and install them. | ||
# Login to the system as root | # Login to the system at the command prompt or SSH as root. | ||
# Type <code>yum update</code> | # Type <code>yum update</code>. | ||
# After downloading from the internet, a list may be shown showing the latest updates available. If <code>No Packages marked for Update</code> is shown, there are no updates available right now and you can continue to the next step. | # After downloading the update lists from the internet, a list may be shown showing the latest updates available. If <code>No Packages marked for Update</code> is shown, there are no updates available right now and you can continue to the next step. | ||
# | # If there are updates offered, type <code>y</code> 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 | # It is recommended that once the update is finished, you reboot the machine so that the updates are applied. Type <code>reboot</code>. | ||
=== Updating FreePBX modules === | === Updating FreePBX modules === | ||