This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
voice:pbx:piaf [2011/11/26 20:59] gcooper |
voice:pbx:piaf [2016/08/18 13:02] (current) gcooper |
||
---|---|---|---|
Line 15: | Line 15: | ||
[[voice: | [[voice: | ||
- | ===== Help ===== | + | ===== Resources |
< | < | ||
help-pbx | help-pbx | ||
</ | </ | ||
+ | |||
+ | **PBX in a Flash for Newbies**: http:// | ||
+ | |||
+ | **PiaF without Tears**: http:// | ||
+ | |||
+ | **Ringdale PBX Administrator' | ||
===== Networking ===== | ===== Networking ===== | ||
Line 80: | Line 86: | ||
</ | </ | ||
- | == Summary | + | === Checklist === |
- Be sure you have added a WhiteList entry for the IP address you're using to access your server, or you will lock yourself out! | - Be sure you have added a WhiteList entry for the IP address you're using to access your server, or you will lock yourself out! | ||
- | + | | |
- | | + | * '' |
- | + | - Verify that your new settings are working and are what you expected to see: | |
- | - Verify that your new settings are working and are what you expected to see: iptables -nL | + | * '' |
- Attempt to access your virtual machine' | - Attempt to access your virtual machine' | ||
- | |||
===== Installation ===== | ===== Installation ===== | ||
Line 97: | Line 101: | ||
Log in as root: | Log in as root: | ||
+ | < | ||
genzaptelconf | genzaptelconf | ||
Line 109: | Line 114: | ||
passwd-master | passwd-master | ||
+ | </ | ||
- | ([[FreePBX]] default login with user ' | + | FreePBX default login with user ' |
Other passwords can be set in your system with these commands: | 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 | + | |'' |
- | + | ||
**E-Mail Message Delivery** | **E-Mail Message Delivery** | ||
+ | < | ||
nano -w /etc/hosts | nano -w /etc/hosts | ||
127.0.0.1 | 127.0.0.1 | ||
+ | </ | ||
+ | < | ||
nano -w / | nano -w / | ||
serveremail=voicemail@pbx.dyndns.org | serveremail=voicemail@pbx.dyndns.org | ||
+ | </ | ||
+ | < | ||
service network restart | service network restart | ||
amportal restart | amportal restart | ||
- | echo "[[test]]" | mail -s testmessage yourname@gmail.com | + | echo " |
- | #setup-mail | + | setup-mail |
+ | </ | ||
**Centos Updates** | **Centos Updates** | ||
Line 145: | Line 155: | ||
**PiaF Updates** | **PiaF Updates** | ||
+ | < | ||
update-source | update-source | ||
- | + | </ | |
- | Last changed (in Tomboy): 2011-05-13 | + | |
- | Note created (in Tomboy): 2009-10-22 | + | |