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:02]
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/
  
-**Forums**: https://sourceforge.net/p/raspbx/discussion/+**RasPBX Forums**: https://sourceforge.net/p/raspbx/discussion
 + 
 +**RasPBX Documentation**: http://www.raspberry-asterisk.org/documentation/
  
 **Another HowTo**: https://www.dslreports.com/forum/r30661088-FreePBX-for-the-Raspberry-Pi **Another HowTo**: https://www.dslreports.com/forum/r30661088-FreePBX-for-the-Raspberry-Pi
Line 12: Line 16:
 |SSH root      |raspberry  | |SSH root      |raspberry  |
 |FreePBX admin |admin      | |FreePBX admin |admin      |
 +
 +===== Upgrades =====
 +
 +Run this command at the console to install the latest additions and improvements:
 +
 +<file>
 +raspbx-upgrade
 +</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.1459357337.txt.gz · Last modified: 2016/03/30 11:02 by gcooper