userdoc:asterisk-config

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
userdoc:asterisk-config [2014/05/27 17:43]
abelbeck [Dialplan Configuration]
userdoc:asterisk-config [2014/05/29 13:25] (current)
droemel [Asterisk Configuration]
Line 1: Line 1:
 ====== Asterisk Configuration ====== ====== Asterisk Configuration ======
  
-The Asterisk configuration files are stored in the ''/mnt/kd/asterisk/'' directory.  As a connivence, ''/etc/asterisk/'' is a symlink to the ''/mnt/kd/asterisk/'' directory.  Almost all of the configuration of Asterisk can be performed via the Edit tab of the web interface, or if you prefer use the CLI with ''vi'' or ''nano'' to edit the text configuration files.+The Asterisk configuration files are stored in the ''/mnt/kd/asterisk/'' directory.  As a convenience, ''/etc/asterisk/'' is a symlink to the ''/mnt/kd/asterisk/'' directory.  Almost all of the configuration of Asterisk can be performed via the Edit tab in the web interface, or if you prefer use the CLI with ''vi'' or ''nano'' to edit the text configuration files
 + 
 +AstLinux's design goals does not use the GUI-only/FreePBX-style Asterisk configuration.  Rather, a more custom, hand crafted Asterisk configuration approach for a specific solution.  The IP Phone Provisioning tools provided in AstLinux can eliminate much of the tedium when managing phone extensions.
  
 Reference Manual: Reference Manual:
 [[http://www.asteriskdocs.org/|"Asterisk: The Definitive Guide"]] [[http://www.asteriskdocs.org/|"Asterisk: The Definitive Guide"]]
-===== SIP Configuration ===== 
  
 +Asterisk Project WiKi:
 +[[https://wiki.asterisk.org/wiki/display/AST/About+the+Project|About the Project]]
  
 +!!Tip ->!! Pure "Asterisk" questions are best to post to the general [[http://lists.digium.com/mailman/listinfo/asterisk-users|asterisk-users]] community mailing list and keep "AstLinux" related questions on the "astlinux-users" mailing list.
 +===== SIP Configuration =====
 +
 +Edit tab: /etc/asterisk/sip.conf
 ===== Dialplan Configuration ===== ===== Dialplan Configuration =====
  
-https://wiki.asterisk.org/wiki/display/AST/Dialplan+Edit tab: /etc/asterisk/extensions.conf 
 + 
 +Asterisk Project WiKi: 
 +[[https://wiki.asterisk.org/wiki/display/AST/Dialplan|Asterisk Dialplan]] 
 ===== Phone Provisioning ===== ===== Phone Provisioning =====
 +
 +For more advanced users, with several IP phones of the same type, it is very useful to provision the phones in a systematic fashion.  Be sure you understand the basic operation of Asterisk before attempting any auto-provisioning.
  
 !!Detailed Info ->!! **[[userdoc:tt_ip_phoneprov_howto|IP Phone Provisioning Getting Started]]** !!Detailed Info ->!! **[[userdoc:tt_ip_phoneprov_howto|IP Phone Provisioning Getting Started]]**
  • userdoc/asterisk-config.1401230601.txt.gz
  • Last modified: 2014/05/27 17:43
  • by abelbeck