User Tools

Site Tools


voice:pbx:freepbx:freepbx_pi

FreePBX on Raspberry Pi

Default Credentials

Mysql root raspberry
SSH root raspberry
FreePBX admin admin

Upgrades

Run this command at the console to install the latest additions and improvements:

raspbx-upgrade

Installation

  1. Download the latest image
  2. Write the image to a 4GB+ MicroSD memory card
    1. Use Win32 Disk Imager
  3. Expand the root partition on larger memory cards
    1. raspi-config
    2. Then option expand_rootfs
  4. Determine IP address
    1. ifconfig
  5. Regenerate SSH host host keys
    1. regen-hostkeys
  6. Configure the timezone
    1. configure-timezone
  7. Configure locale
    1. dpkg-reconfigure locales
      1. en_US.UTF-8
  8. Configure keyboard
    1. dpkg-reconfigure keyboard-configuration
  9. Configure e-mail settings
    1. dpkg-reconfigure exim4-config
      1. mail sent by smarthost; no local
      2. IP address or the host name
    2. nano /etc/exim4/passwd.client
      1. mail_server_fqdn:username:password
    3. Set the sender address, if necessary
      1. nano /etc/email-addresses
        1. root: your_email@someisp.com
          asterisk: your_email@someisp.com
    4. update-exim4.conf
    5. send_test_email your_email@someisp.com
voice/pbx/freepbx/freepbx_pi.txt · Last modified: 2016/08/18 12:30 by gcooper