Asterisk Check List
From KlavoWiki
Here is a list of items that I complete when installing Asterisk.
- Install CentOS (Latest Version)
- Configure IP Address.
vi /etc/sysconfig/network-scripts/ifcfg-em1
- ifup eth0 or ifup em1
- ssh to IP address to complete all admin remotly.
- Edit resolve.conf
- Install system-config-network-tui
yum -y install system-config-network-tui
and then runsystem-config-network-tui
- Time
- Disable Firewall and selinux
- Enable verbose startup.
- Install Sendmail
- Update
yum -y update
- Reboot
reboot && exit
- Install rpmforge
rpm -Uhv http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
- Install epel
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
- Install Asterisk Prerequisites
yum -y install make wget openssl-devel ncurses-devel subversion newt newt-static libxml2-devel kernel-devel gcc gcc-c++ mysql-devel sqlite-devel libuuid uuid-devel libuuid-devel speex-devel libxslt uriparser
- Install Jansson
- Reboot
reboot && exit
- Install mime-construct
- Install Libpri, DAHDI and Asterisk.
- Install Logrotate
- Modify Logger
- Install Google Text to Speech utility.
- Install Reverse Australia (if in Australia).
- Install ACPI support
- Install samba client for Asterisk Backups
yum install samba-client cifs-utils
- Install logwatch
yum -y install logwatch && vi /etc/aliases && newaliases
- Install aCDR
- Cleanup compressed files
rm -f /usr/src/*gz