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<pre>rpm -Uhv http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm</pre>
# Install [[Install_rpmforge | rpmforge]]
# Install epel<pre>rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm</pre>
# 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.

  1. Install CentOS (Latest Version)
  2. Configure IP Address.
    vi /etc/sysconfig/network-scripts/ifcfg-em1
  3. ifup eth0 or ifup em1
  4. ssh to IP address to complete all admin remotly.
  5. Edit resolve.conf
  6. Install system-config-network-tui
    yum -y install system-config-network-tui
    and then run
    system-config-network-tui
  7. Time
  8. Disable Firewall and selinux
  9. Enable verbose startup.
  10. Install Sendmail
  11. Update
    yum -y update
  12. Reboot
    reboot && exit
  13. Install rpmforge
  14. Install epel
  15. 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
  16. Install Jansson
  17. Reboot
    reboot && exit
  18. Install mime-construct
  19. Install Libpri, DAHDI and Asterisk.
  20. Install Logrotate
  21. Modify Logger
  22. Install Google Text to Speech utility.
  23. Install Reverse Australia (if in Australia).
  24. Install ACPI support
  25. Install samba client for Asterisk Backups
    yum install samba-client cifs-utils
  26. Install logwatch
    yum -y install logwatch && vi /etc/aliases && newaliases 
  27. Install aCDR
  28. Cleanup compressed files
    rm -f /usr/src/*gz