====== FreePBX on Raspberry Pi ====== FIXME Incomplete **RasPBX**: http://www.raspberry-asterisk.org/ **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 ===== 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 ===== - 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'' - root: your_email@someisp.com asterisk: your_email@someisp.com - ''update-exim4.conf'' - ''send_test_email your_email@someisp.com'' -