====== Asterisk Configuration ====== 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: [[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 ===== Edit tab: /etc/asterisk/extensions.conf Asterisk Project WiKi: [[https://wiki.asterisk.org/wiki/display/AST/Dialplan|Asterisk Dialplan]] ===== 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_phone_provisioning|IP Phone Mass Deployment]]**