mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
asterisk:build @Apr 28, 2007 1:42:05 PM

Update from previous 1.4.x version


Download

$ wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.4.tar.gz
$ wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.4.2.1.tar.gz
$ wget http://ftp.digium.com/pub/libpri/releases/libpri-1.4.0.tar.gz
$ wget http://ftp.digium.com/pub/asterisk/releases/asterisk-addons-1.4.1.tar.gz


Extract the source

$ tar -zxf asterisk-1.4.4.tar.gz
$ tar -zxf asterisk-addons-1.4.1.tar.gz
$ tar -zxf libpri-1.4.0.tar.gz
$ tar -zxf zaptel-1.4.2.1.tar.gz


Compile Zapata

$ cd zaptel-1.4.2.1
$ ./configure
$ make
$ sudo make install
$ cd ..


Compile Libpri

$ cd libpri-1.4.0
$ make
$ sudo make install
$ cd ..


Compile Asterisk

$ cd asterisk-1.4.4
$ ./configure
$ make
$ sudo make install
$ cd ..


Kill, change modules and start
todo




VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.