User Tools

Site Tools


voice:pbx:piaf

This is an old revision of the document!


PBX in a Flash (PIAF)

PIAF in a Virtual Machine

PBX in a Flash - Virtual Machine

http://pve.proxmox.com/wiki/PBX_in_a_Flash http://knol.google.com/k/pbx-in-a-flash

Help

help-pbx

Asterisk PBX based on Centos 5

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

voice/pbx/piaf.1322325102.txt.gz · Last modified: 2011/11/26 09:31 by gcooper