Asterisk Check List: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
# Update<pre>yum -y update</pre> | # Update<pre>yum -y update</pre> | ||
# Reboot<pre>reboot && exit</pre> | # Reboot<pre>reboot && exit</pre> | ||
# Install rpmforge | # Install [[Install_rpmforge | rpmforge]] | ||
# Install epel | # Install [[Install_epel | epel]] | ||
# Install Asterisk Prerequisites<pre>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</pre> | # Install Asterisk Prerequisites<pre>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</pre> | ||
# Install [[Jansson]] | # Install [[Jansson]] |
Revision as of 05:21, 29 June 2015
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
- Install epel
- 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