ERROR OCURRED

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, February 19, 2013

Asterisk Installation on CentOS

Posted on 5:52 AM by Unknown
kindly make sure System is Fully updated.

#yum update  

After update reboot the machine

For 64bit follow this tweak.

#yum remove *.i386

#yum update

reboot Machine.


Before Install make sure all dependencies installed.


For 64bit System.

[root@rk tmp]# yum install gcc.x86_64 gcc-c++.x86_64 make.x86_64 wget.x86_64 subversion.x86_64 libxml2-devel.x86_64 ncurses-devel.x86_64 openssl-devel.x86_64 vim-enhanced.x86_64

For 32bit

[root@rk tmp]#
yum install gcc gcc-c++ make wget subversion libxml2-devel ncurses-devel openssl-devel vim-enhanced



Download Latest Asterisk from offical Site

[root@rk tmp]# wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8-current.tar.gz

Extract Bundle

[root@rk src]# tar -xvzf asterisk-1.8-current.tar.gz

Now time to run install_prereq this will install allrequired dependecies/PKG

This script can be found under below dir.

/usr/src/asterisk-1.8.20.1/contrib/scripts


[root@rk scripts]# ./install_prereq
./install_prereq: a script to install distribution-specific prerequirement

Revision: $Id: install_prereq 360138 2012-03-21 14:51:14Z jrose $

Usage: ./install_prereq:                    Shows this message.
Usage: ./install_prereq test                Prints commands it is about to run.
Usage: ./install_prereq install             Really install.
Usage: ./install_prereq install-unpackaged  Really install unpackaged requirements.
[root@rk scripts]# ./install_prereq test
#############################################
## test: test mode.
## Use the commands here to install your system.
#############################################
yum install -y pkg list

[root@rk scripts]# ./install_prereq install
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile

Will take time..Enjoy ur coffee.

Complete!
#############################################
## install completed successfully
#############################################

Time to Build & Install Astersik.

Change Dir to
/usr/src/asterisk-1.8.20.1

[root@rk asterisk-1.8.20.1]#
./configure
checking build system type... x86_64-unknown-linux-gnu
config.status: creating config.h
configure: Menuselect build configuration successfully completed

[root@rk asterisk-1.8.20.1]#make
+--------- Asterisk Build Complete ---------+
 + Asterisk has successfully been built, and +
 + can be installed by running:              +
 +                                           +
 +                make install               +
 +-------------------------------------------+


[root@rk asterisk-1.8.20.1]#make install


+---- Asterisk Installation Complete -------+
 +                                           +
 +    YOU MUST READ THE SECURITY DOCUMENT    +
 +                                           +
 + Asterisk has successfully been installed. +
 + If you would like to install the sample   +
 + configuration files (overwriting any      +
 + existing config files), run:              +
 +                                           +
 +                make samples               +
 +                                           +
 +-----------------  or ---------------------+
 +                                           +
 + You can go ahead and install the asterisk +
 + program documentation now or later run:   +
 +                                           +
 +               make progdocs               +
 +                                           +
 + **Note** This requires that you have      +
 + doxygen installed on your local system    +
 +-------------------------------------------+


[root@rk asterisk-1.8.20.1]#make  sample

Note :- make samples created sample configuration files in the default directory i.e /etc/asterisk/


Done




P.S :- KEEP IT SIMPLE.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • No package 'lua5.1' found
    hecking for LUA51... no checking for LUA51... configure: error: Package requirements (lua5.1 >= 5.1) were not met: No package 'lua5.1...
  • response to SOA query was unsuccessful: solved
    check your zone file [root@inf1sysadm1 data]# pwd /var/named/data # cat ind.raman.com.zone $ORIGIN . $TTL 3600 ; 1 hour ind.raman.com IN SO...
  • can't locate your x11 installation Fedora
    While install Conky, system through this error. Solution:- You need to install X11 Software Dev Package. Login on system with root user ...
  • Qmail Installation & Configuration step by step
    Tested under CentOS 5.8  64bit machine. 1)Packges which i installed for Qmail. httpd-2.2.3-76 php-5.1.6-39 perl-5.8.8 -38 gcc-4.1.2 mysql-5....
  • Dell MD3200 SAS Cabling With Diagram
    I have 2 MD3200 with SAS Ports + 2 Power Edge720. Task to connect Both DAS with Both server and make sure Both server showing  all DAS Parti...
  • It is safe to clean windows prefetch folder and registry folder ?
     It is safe to clean windows prefetch folder and registry folder ? Will this boost Windows operating system capabilities ? Many of you hav...
  • Windows 7 & Windows 8 fail to start
    Windows 7 fail to boot, what should I do? Is Windows 7 failing to boot after you installed the loader or after you just installed a fresh ne...
  • Steps how to change VolStatus in Bacula through bonsole.
    In my example MediaId=4 or Volumename=000018L4 shows volstatus is Purged. *list volumes Pool: Default +---------+------------+-----------+--...
  • Adobe Photoshop CS5 Error 16 , Adobe Photoshop CS5 Error 7
    When you install Adobe Photoshop CS5 you might get some errors. In case you get one you will see a code and a little description. Is very im...
  • X connection to localhost:10.0 broken (explicit kill or server shutdown).
    Solution:- With Xhost, you can solve this issue.

Categories

  • Adobe
  • Players
  • Reviews
  • Windows

Blog Archive

  • ▼  2013 (27)
    • ►  October (3)
    • ►  August (1)
    • ►  June (1)
    • ►  April (3)
    • ▼  February (10)
      • NTOP Installation & Configuration Step by Step
      • How to view content of RPM package
      • perl-ExtUtils-MakeMaker for CentOS 5
      • Qmail Installation & Configuration step by step
      • configure: error: /bin/sh ./config.sub x86_64-unkn...
      • Asterisk Installation on CentOS
      • Steps to Configure Syslog-ng
      • Dell MD3200 SAS Cabling With Diagram
      • SquirrelMail Installation Steps
      • Managing Mailboxes with cyradm
    • ►  January (9)
  • ►  2012 (29)
    • ►  December (2)
    • ►  November (7)
    • ►  October (10)
    • ►  September (4)
    • ►  August (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (36)
    • ►  December (3)
    • ►  November (3)
    • ►  October (1)
    • ►  September (5)
    • ►  August (4)
    • ►  May (2)
    • ►  April (4)
    • ►  March (5)
    • ►  February (2)
    • ►  January (7)
  • ►  2010 (24)
    • ►  December (1)
    • ►  November (1)
    • ►  October (4)
    • ►  August (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
    • ►  January (8)
  • ►  2009 (18)
    • ►  December (6)
    • ►  November (3)
    • ►  August (1)
    • ►  July (2)
    • ►  June (1)
    • ►  May (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2008 (16)
    • ►  December (1)
    • ►  October (1)
    • ►  August (1)
    • ►  July (5)
    • ►  April (2)
    • ►  February (1)
    • ►  January (5)
  • ►  2007 (4)
    • ►  July (3)
    • ►  June (1)
Powered by Blogger.

About Me

Unknown
View my complete profile