User Tools

Site Tools


voice:pbx:freepbx:freepbx_pi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
voice:pbx:freepbx:freepbx_pi [2016/03/30 11:08]
gcooper
voice:pbx:freepbx:freepbx_pi [2016/08/18 12:30] (current)
gcooper
Line 1: Line 1:
 ====== FreePBX on Raspberry Pi ====== ====== FreePBX on Raspberry Pi ======
 +
 +FIXME Incomplete
  
 **RasPBX**: http://www.raspberry-asterisk.org/ **RasPBX**: http://www.raspberry-asterisk.org/
Line 22: Line 24:
 raspbx-upgrade raspbx-upgrade
 </file> </file>
 +
 +===== Installation =====
 +
 +  - Download the latest image
 +  - Write the image to a 4GB+ MicroSD memory card
 +    - Use Win32 Disk Imager
 +  - Expand the root partition on larger memory cards
 +    - ''raspi-config''
 +    - Then option ''expand_rootfs''
 +  - Determine IP address
 +    - ''ifconfig''
 +    * http://raspbx
 +    * ''ssh -l root raspbx''
 +    * DHCP lease
 +  - Regenerate SSH host host keys
 +    - ''regen-hostkeys''
 +  - Configure the timezone
 +    - ''configure-timezone''
 +  - Configure locale
 +    - ''dpkg-reconfigure locales''
 +      - ''en_US.UTF-8''
 +  - Configure keyboard
 +    - ''dpkg-reconfigure keyboard-configuration''
 +  - Configure e-mail settings
 +    - ''dpkg-reconfigure exim4-config''
 +      - ''mail sent by smarthost; no local''
 +      - ''IP address or the host name''
 +    - ''nano /etc/exim4/passwd.client''
 +      - ''mail_server_fqdn:username:password''
 +    - Set the sender address, if necessary
 +      - ''nano /etc/email-addresses''
 +        - <file>root: your_email@someisp.com
 +asterisk: your_email@someisp.com</file>
 +    - ''update-exim4.conf''
 +    - ''send_test_email your_email@someisp.com''
 +  - 
voice/pbx/freepbx/freepbx_pi.1459357701.txt.gz · Last modified: 2016/03/30 11:08 by gcooper