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:25]
abelbeck [Phone Provisioning]
userdoc:asterisk-config [2014/05/29 13:25] (current)
droemel [Asterisk Configuration]
Line 1: Line 1:
 ====== Asterisk Configuration ====== ====== Asterisk Configuration ======
  
-Almost all configuration of Asterisk can, and should, be carried out via the Edit tab of the GUI. If you are familiar with traditional installations of Asterisk, **do not edit the files in ''/etc/asterisk'', the traditional location of Asterisk ''.conf'' files**. If you want to edit the ''.conf'' files without using the GUI, the majority of them are located in ''/mnt/kd''.+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 is designed to minimize writing to its storage media, in order to extend hardware lifeFor that reasonthe Asterisk configuration files in the traditional location of ''/etc/asterisk'' are in fact symlinks.+AstLinux's design goals does not use the GUI-only/FreePBX-style Asterisk configuration Rathera 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.
  
-===== SIP Configuration =====+Reference Manual: 
 +[[http://www.asteriskdocs.org/|"Asterisk: The Definitive Guide"]]
  
 +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 =====
  
 +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.1401229531.txt.gz
  • Last modified: 2014/05/27 17:25
  • by abelbeck