Asterisk Check List: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 21: Line 21:
# Install [[Google_text_to_speech_for_asterisk | Google Text to Speech utility]].
# Install [[Google_text_to_speech_for_asterisk | Google Text to Speech utility]].
# Install Reverse [[Reverse_Australia | Australia]] (if in Australia).
# Install Reverse [[Reverse_Australia | Australia]] (if in Australia).
# Install samba client for [[Asterisk_Backup_Shell_Script | Asterisk Backups]]<pre>yum install samba-client cifs-utils</pre>


 
[[Category : Asterisk]]
[[Category : Linux]] [[Category : Asterisk]]

Revision as of 03:36, 24 May 2012

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 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
  14. Install mime-construct
  15. Install rpmforge
    rpm -Uhv http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
  16. Install epel
    rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-6.noarch.rpm
  17. Cleanup compressed files
    rm -f /usr/src/*gz
  18. Install Libpri, DAHDI and Asterisk.
  19. Install Google Text to Speech utility.
  20. Install Reverse Australia (if in Australia).
  21. Install samba client for Asterisk Backups
    yum install samba-client cifs-utils