Installing FreePBX 2.11 on Debian Wheezy
- 1 Initial System Setup
- 2 Install Dependencies for Google Voice
- 2.1 Install iksemel
- 3 Install and Configure Asterisk
- 4 Install and Configure FreePBX
- 4.1 Download and extract FreePBX.
- 4.2 Now create the Asterisk user and set ownership permissions.
- 4.3 A few small modifications to Apache.
- 4.4 Configure Asterisk database in MYSQL.
- 4.5 Set permissions on MYSQL database.
- 4.6 Restart Asterisk and install FreePBX.
- 4.7 Finally, one last mod and start FreePBX.
- 5 Start FreePBX
- 5.1 Navigate:
Initial System Setup
Install sudo
apt-get install sudo |
Configure your root password.
sudo passwd root |
Switch to the Root User
sudo -i |
Update Your System
Install Required Dependencies
Install PearDB
You may receive a warning:
At this time it is safe to ignore that message
Reboot server
Install Dependencies for Google Voice
Install iksemel
Install and Configure Asterisk
Download Asterisk source files.
Compile and install DAHDI.
Compile and install LIBPRI
Compile and install Asterisk
Install Asterisk-Extra-Sounds
Install and Configure FreePBX
Download and extract FreePBX.
Now create the Asterisk user and set ownership permissions.
A few small modifications to Apache.
Configure Asterisk database in MYSQL.
Set permissions on MYSQL database.
Restart Asterisk and install FreePBX.
** If “. /install_amp” fails to run correctly, in terminal type:
Finally, one last mod and start FreePBX.
Start FreePBX
Navigate:
http://yourlocalipaddress/html or if you prefer http://localhost/admin
After you enable and update the modules in FreePBX You might see the following error.
Symlink from modules failed
To correct this error do the following:
Delete the list of failed files
Then on the FreePBX webUI got to the ‘Module Admin’ and uninstall and reinstall the ‘Camp On’ module. This should resolve the Symlink issue.