I’m currently running asterisk 1.4.25.1 and would like to upgrade to the latest stable release. Would someone be kind enough to either share the directions with me or point me to a location where I can find them? Thanks in advance for your help!
http://www.asterisk.org/downloads
Dont forget to grab the latest Dahdi and Add-ons
Unpack to /usr/src
create a soft link from your asterisk source to /usr/src/asterisk
From each of the source directories
build Dahdi
make clean
make
make install
make configure
Build Asterisk
make clean
./configure
make
make install
make configure
Build Addons
make clean
./configure
make
make install
make configure
Don’t do a make samples as you’ll smash your exisiting configs
You may also want to do a make menuselect to choose the add ons you want
restart dahsdi and asterisk
/etc/init.d/dahdi restart
/etc/init.d/asterisk restart
Let me know how you go
Cheers
Chris