您的位置:首页 > 运维架构 > Linux

Installing FreePBX 2.8 with Asterisk 1.8 on CentOS 5.5

2012-07-29 19:41 211 查看

Installing FreePBX 2.8 with Asterisk 1.8
on CentOS 5.5

December 17, 2010, 5:51 pm

FreePBX has become quite popular over the last few years. Unfortunately, the documentation has not quite caught up to the popularity. At the time of this writing, most of the documentation available was for older versions of CentOS, FreePBX and/or Asterix.
Below I have outlined the steps required to get FreePBX 2.8 working with Asterisk 1.8 on CentOS 5.5.

If you are reading this as after having followed the steps in my previous article

Installing CentOS 5.5 with Linux Integration Services 2.1 on Hyper-V R2 or if you have not selected the following package groups during your installation of CentOS, make sure you do so now by using the following commands.

Preparations

You will need five different passwords.

PASSWORD1 – Your root password.
PASSWORD2 – Used for the asterisk database user.
PASSWORD3 – Used for the FreePBX administrator.
PASSWORD4 – Used for Flash Operator Panel.
PASSWORD5 – Used for the Asterisk Recording Interface.

Requirements

Once you are sure that the needed package groups are installed, you will want to install the prerequisites as follows.

Make sure you also have wget installed.

Next you will setup named.

You will want to adjust the security settings as per your requirements but for the simplicity of this article, we are going to turn off Security-Enhanced Linux and open the firewall fully.

LAME is required for Asterisk’s audio related functions. You will want to download LAME to a source directory, compile and then install it.

You can optionally remove the source once you have installed LAME.

Before continuing, insure that all packages are up to date and then reboot.

Installing Asterisk 1.8

Get Asterisk 1.8 and extract it to its own source folder.

The last command will launch the source configuration manager. The only portions you will want to install are app_mysql, app_saycountpl, cdr_mysql, format_mp3, res_config_mysql and EXTRAS-SOUNDS-EN-GSM (which can be found in the Extra Sound Packages sub-menu).
Save your selections and exit. Now compile the source and install.

You can optionally remove the source directory once you have installed Asterisk.

Installing FreePBX 2.8

Get FreePBX 2.8 and extract it to its own source folder.

Start MySQL, create the asterisk databases and run the initial SQL setup scripts.

Start the MySQL command line.

Define the user and password for each of the databases.

Change the MySQL user to root.

Create the Asterisk user and set folder permissions.

Update the Apache configuration file.

Change User apache and Group apache to User asterisk and
Group asterisk.

Change AllowOverride None to AllowOverride All.

Update ServerName to use your server’s FQDN.

Start Apache.

Start Asterisk.

Configure FreePBX.

The next series of prompts will give you default values within square brackets which you can accept by hitting enter. If you wish to change a value, simply type it and hit enter after.

This is the database user you specified earlier.

This is the password for the database user.

Use the default value.

The username for the FreePBX administrator.

The password for the FreePBX administrator. It is important to change this. (Use PASSWORD3 you prepared earlier.)

Use the default value.

The public IP that will be used.

The Flash Operator Panel password. It is important to change this. (Use PASSWORD4 you prepared earlier.)

Use the default value.

Use the default value.

Use the default value.

Change the Asterisk Recording Interface password and turn on user authentication for the web interface by editing the amportal.conf file.

Change the ARI_ADMIN_PASSWORD entry to update the ARI password.

Change the AUTHTYPE entry to database to enable authentication.

Optionally, you can turn off the FOP completely by changing the following settings.

Save and exit.

Add FreePBX to the boot process.

You can ensure that the administrator user has the proper password in the database by navigating to the Administrators tab, choosing the admin user and clicking on the Update password link. Once your password has been updated, logout by clicking the link
at the top right of the page.

Finally, reboot the server one last time.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息