Asterisk Check List: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
Created page with "Here is a list of items that I complete when install Asterisk. # Install CenOS (Latest Version) # Configure IP Address.<pre>vi /etc/sysconfig/network-..." |
No edit summary |
||
Line 1: | Line 1: | ||
Here is a list of items that I complete when | Here is a list of items that I complete when installing Asterisk. | ||
# Install | # Install CentOS (Latest Version) | ||
# Configure [[Change_IP_Address | IP Address]].<pre>vi /etc/sysconfig/network-scripts/ifcfg-em1</pre> | # Configure [[Change_IP_Address | IP Address]].<pre>vi /etc/sysconfig/network-scripts/ifcfg-em1</pre> | ||
# ifup eth0 or ifup em1 | # ifup eth0 or ifup em1 |
Revision as of 23:58, 22 May 2012
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
shutdown now -h && exit
- Install Asterisk and Compile modules
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).