Asterisk Check List: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
# Install epel<pre>rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-6.noarch.rpm</pre> | # Install epel<pre>rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-6.noarch.rpm</pre> | ||
# Install [[Fax2mail | mime-construct]] | # Install [[Fax2mail | mime-construct]] | ||
# Install Libpri, DAHDI and [[Asterisk_Install | Asterisk]]. | # Install Libpri, DAHDI and [[Asterisk_Install | Asterisk]]. | ||
# Install [[Google_text_to_speech_for_asterisk | Google Text to Speech utility]]. | # Install [[Google_text_to_speech_for_asterisk | Google Text to Speech utility]]. | ||
Line 24: | Line 23: | ||
# Install samba client for [[Asterisk_Backup_Shell_Script | Asterisk Backups]]<pre>yum install samba-client cifs-utils</pre> | # Install samba client for [[Asterisk_Backup_Shell_Script | Asterisk Backups]]<pre>yum install samba-client cifs-utils</pre> | ||
# Install logwatch<pre>yum -y install logwatch && vi /etc/aliases</pre> | # Install logwatch<pre>yum -y install logwatch && vi /etc/aliases</pre> | ||
# Cleanup compressed files<pre>rm -f /usr/src/*gz</pre> | |||
[[Category : Asterisk]] | [[Category : Asterisk]] |
Revision as of 05:29, 4 June 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
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
- Reboot
reboot && exit
- 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
- Install mime-construct
- 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
- Install logwatch
yum -y install logwatch && vi /etc/aliases
- Cleanup compressed files
rm -f /usr/src/*gz