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 Asterisk Prerequisites
yum -y install gcc gcc-c++ make wget subversion libxml2-devel ncurses-devel openssl-devel vim-enhanced kernel-devel mod_dav_svn sqlite-devel mysql-connector-odbc mysql-devel newt newt_devel newt-static speex-devel
- Install mime-construct
- Install rpmforge
rpm -Uhv http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
- Install epel
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-6.noarch.rpm
- Cleanup compressed files
rm -f /usr/src/*gz
- Install Libpri, DAHDI and Asterisk.
- Install Google Text to Speech utility.
- Install Reverse Australia (if in Australia).
- Install samba client for Asterisk Backups
yum install samba-client cifs-utils