login | register
Wed 01 of Aug, 2007 [11:33 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.40s
  • Memory usage: 2.19MB
  • Database queries: 32
  • GZIP: Disabled
  • Server load: 2.31

Asterisk installation for CentOS 4.x

Base Install of Asterisk on a CentOS/RHEL box:


Before you begin, you'll probably want to bring all your packages up to date. To do so, run 'yum -y update'. If any kernel files were updated as part of this process, you will need to reboot the machine (shutdown -r now). Repeat the process until no more updates are available.

Download the pre-requisite of asterisk:

gcc
kernel-devel
bison
openssl-devel
doxygen #para makagawa ka ng program documentations/manual pages para sa asterisk


Note: Kernel-smp-devel (instead of kernel-devel) is necessary if you are using a dual core processor.

either through apt-get:

apt-get update
apt-get install gcc kernel-devel bison openssl-devel

or yum:

yum -y update
yum install gcc kernel-devel bison openssl-devel


then download the latest asterisk version at asterisk.org to /usr/src:

cd /usr/src

wget http://ftp.digium.com/pub/zaptel/releases/zaptel-<version>.tar.gz
wget http://ftp.digium.com/pub/asterisk/releases/asterisk-<version>.tar.gz

#if you are going to use PRI cards(eg. TE110P, TE406P) you need to down this:

wget http://ftp.digium.com/pub/libpri/releases/libpri-<version>.tar.gz


then untar all the files

tar -zxf zaptel-<version>.tar.gz
tar -zxf asterisk-<version>.tar.gz
tar -zxf libpri-<version>.tar.gz


### INSTALLING ZAPTEL ###

cd /usr/src/zaptel

make clean
make
make install

#If you want "service zaptel restart" command to work do this
make config


### INSTALL LIBPRI ###
# If you are using E1 cards you need to install LIBPRI

cd /usr/src/libpri

make clean
make
make install


### INSTALLING ASTERISK ###

cd /usr/src/asterisk

make mpg123 # kung gusto mong gumamit ng MoH
make clean
make
make install

#If you want sample files to be created in /etc/asterisk
make samples

#If you want program docs/manual pages for asterisk
make progdocs

#If you want "service asterisk restart" command to work do this
make config


  • note:

if you are using kernel 2.6.9-34.EL you need to edit spinlock.h or your zaptel will not compile.


vi /usr/src/kernels/2.6.9-34.EL-x86_64/include/linux/spinlock.h

then search for this line:
#define DEFINE_RWLOCK(x) rw_lock_t x = RW_LOCK_UNLOCKED

change it to:
#define DEFINE_RWLOCK(x) rwlock_t x = RW_LOCK_UNLOCKED

see the url for more info

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180568
http://bugs.digium.com/view.php?id=6425


now you're finish installing asterisk.



See Also



Created by Mark Quitoriano, Last modification by codazoda on Mon 05 of Mar, 2007 [20:37 UTC]

Comments Filter

by Mark Quitoriano on Tuesday 20 of February, 2007 [15:48:20 UTC]
      • UPDATE******

http://forums.digium.com/viewtopic.php?t=13486&view=next&sid=c2e73027d8fcadc4107367e2c0c02a48


the target "linux26" appears to have been removed from the latest makefile, and instead some auto-detection of the kernel is happening.

by Mark Quitoriano on Tuesday 04 of July, 2006 [11:12:58 UTC]
You should know your system first before you can install asterisk properly.

Hindi Gumana

by Edwin valbuena on Wednesday 07 of June, 2006 [02:46:27 UTC]
Hindi gumana. :( ang galing galing pa naman na sana kaso nakalimutan yung kernel-devel.

kasi ganito ang nangyare sa akin nung ako ay humawak ng isang IBM DUAL XEON na Computer na nakalagay sa server rack sa isang call center dito sa Ortigas, Pasig, Philippines.

Ako ay marunong mag install ng asterisk na merong FREEPBX na merong Vicidial.

Hindi ko alam na mali pala ang kernel-devel. SMP pala dapat :(

Sana matuto na tayo mag basa ng mabuti kung ano ang nakikita sa screen

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver