User Tools

Site Tools


voice:pbx:piaf

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:piaf [2011/11/26 20:59]
gcooper
voice:pbx:piaf [2016/08/18 13:02] (current)
gcooper
Line 15: Line 15:
 [[voice:pbx:piaf_virtual|PBX in a Flash - Virtual Machine]] [[voice:pbx:piaf_virtual|PBX in a Flash - Virtual Machine]]
  
-===== Help =====+===== Resources =====
  
 <file> <file>
 help-pbx help-pbx
 </file> </file>
 +
 +**PBX in a Flash for Newbies**: http://www.cadvision.com/blanchas/Asterisk/index.html
 +
 +**PiaF without Tears**: http://members.optusnet.com.au/bsharif/contributions.htm
 +
 +**Ringdale PBX Administrator's Guide**: http://voicefidelity.com/files/pbx-administrators-guide.pdf
  
 ===== Networking ===== ===== Networking =====
Line 80: Line 86:
 </file> </file>
  
-== 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!
- +  - Restart your firewall to load the new settings: 
-  - Restart your firewall to load the new settings: service iptables restart +      * ''service iptables restart'' 
- +  - 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 +      * ''iptables -nL''
   - Attempt to access your virtual machine's web interface using the browser on your cellphone (assuming it is not in your WhiteList). This will validate that the firewall is working properly by denying you access.   - Attempt to access your virtual machine's web interface using the browser on your cellphone (assuming it is not in your WhiteList). This will validate that the firewall is working properly by denying you access.
- 
  
 ===== Installation ===== ===== Installation =====
Line 97: Line 101:
 Log in as root: Log in as root:
  
 +<file>
 genzaptelconf genzaptelconf
  
Line 109: Line 114:
  
 passwd-master passwd-master
 +</file>
  
-([[FreePBX]] default login with user 'maint' and password 'password')+FreePBX default login with user 'maint' and password 'password')
  
 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''          |reset your root user password            | 
-passwd-maint... reset your [[FreePBX]] maint password +|''passwd-maint''    |reset your FreePBX maint password                                  
-passwd-wwwadmin... for users needing FOP and MeetMe access +|''passwd-wwwadmin'' |for users needing FOP and MeetMe access  | 
-passwd-meetme... for users needing only MeetMe access +|''passwd-meetme''   |for users needing only MeetMe access     | 
-passwd-[[webmin]]... for users needing [[WebMin]] access to your server (very dangerous!)  +|''passwd-webmin''   |for users needing WebMin access to their server (very dangerous!) |
- +
  
 **E-Mail Message Delivery** **E-Mail Message Delivery**
  
 +<file>
 nano -w /etc/hosts nano -w /etc/hosts
  
 127.0.0.1     pbx.dyndns.org pbx.local pbx localhost.localdomain localhost 127.0.0.1     pbx.dyndns.org pbx.local pbx localhost.localdomain localhost
 +</file>
  
 +<file>
 nano -w /etc/asterisk/vm_general.inc nano -w /etc/asterisk/vm_general.inc
  
 serveremail=voicemail@pbx.dyndns.org serveremail=voicemail@pbx.dyndns.org
 +</file>
  
 +<file>
 service network restart service network restart
 amportal restart amportal restart
  
-echo "[[test]]" | mail -s testmessage yourname@gmail.com+echo "test" | mail -s testmessage yourname@gmail.com
  
-#setup-mail+setup-mail 
 +</file>
  
 **Centos Updates** **Centos Updates**
Line 145: Line 155:
 **PiaF Updates** **PiaF Updates**
  
 +<file>
 update-source update-source
- +</file>
-Last changed (in Tomboy): 2011-05-13 +
-Note created (in Tomboy): 2009-10-22+
  
voice/pbx/piaf.1322366346.txt.gz · Last modified: 2011/11/26 20:59 by gcooper