Skip to content

Installing and configuring tips for FreePBX Gentoo

Notifications You must be signed in to change notification settings

mdpuma/FreePBX-gentoo

Repository files navigation

FreePBX-gentoo

  1. Configure /etc/portage/package.use

net-misc/asterisk http mysql dev-lang/php mysql opcache fpm pdo curl gd mbstring gettext media-sound/sox flac opus ogg wavpack media-video/ffmpeg vorbis

  1. Install asterisk & required packages

emerge -avu nginx php:5.6 mariadb pear PEAR-Console_Getopt sox mpg123 sudo asterisk exim =app-crypt/gnupg-1.4.21

for csf

emerge -avu dev-perl/libwww-perl

  1. Install additional packages for chan_dongle

emerge -avu picocom

  1. Configure nginx & php-fpm

run:

echo php-fpm -y /etc/php/fpm-php5.6/php-fpm.conf >> /etc/local.d/php.start; chmod +x /etc/local.d/php.start;

rc-update add local rc-update add nginx rc-update add mysql rc-update add php-fpm rc-update add asterisk

replace from /etc/mysql/my.cnf

#log-bin skip-networking tmpdir = /tmpfs slave_load_tmpdir = /tmpfs

mkdir /tmpfs

mkdir /tmpfs; chmod 777 /tmpfs

  1. Generate dh-param for ssl_certificate

openssl dhparam -out /etc/nginx/dhparam.pem 2048

  1. Some fixes

ln -s /bin/ifconfig /sbin sed -i '/directories/s/(!)//' /etc/asterisk/asterisk.conf

  1. Download and install FreePBX

cd /var/www && wget https://mirror.freepbx.org/modules/packages/freepbx/freepbx-13.0-latest.tgz -O freepbx-13.0-latest.tgz && tar xf freepbx-13.0-latest.tgz

  • Configure exim

mkdir /var/log/exim && chown mail:mail /var/log/exim rc-update add exim && /etc/init.d/exim restart

About

Installing and configuring tips for FreePBX Gentoo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published