This is an old revision of the document!
PIAF is an Asterisk-based PBX built on Centos 5.
help-pbx
Download and burn the PiaF 1.6 ISO image. It will run on Atom-based (newer) hardware.
Log in as root:
genzaptelconf
netconfig
service network restart
nano -w /etc/asterisk/sip_custom.conf
externip=180.12.12.12 localnet=192.168.1.0/255.255.255.0
passwd-master
(FreePBX default login with user 'maint' and password 'password')
Other passwords can be set in your system with these commands:
passwd… reset your root user password passwd-maint… reset your FreePBX maint password passwd-wwwadmin… for users needing FOP and MeetMe access passwd-meetme… for users needing only MeetMe access passwd-webmin… for users needing WebMin access to your server (very dangerous!)
E-Mail Message Delivery
nano -w /etc/hosts
127.0.0.1 pbx.dyndns.org pbx.local pbx localhost.localdomain localhost
nano -w /etc/asterisk/vm_general.inc
serveremail=voicemail@pbx.dyndns.org
service network restart amportal restart
echo “test” | mail -s testmessage yourname@gmail.com
#setup-mail
Centos Updates
If you update your CentOS configuration, you will need to reinstall it by running update-scripts, then update-fixes, and then install-netconfig.
PiaF Updates
update-source
Last changed (in Tomboy): 2011-05-13 Note created (in Tomboy): 2009-10-22