mdsh.com/wiki


RecentChanges

TextFormattingRules
AllWikiTopics
OrphanedWikiTopics
ToDoWikiTopics
WikiLockList
RSS
Export2HTML

WikiSearch

SetUsername

StartingPoints
Home
asterisk:build @Jun 30, 2007 12:10:28 PM

Update from previous 1.4.x version


Download

$ wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.6.tar.gz
$ wget http://ftp.digium.com/pub/zaptel/releases/zaptel-1.4.3.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.2.tar.gz


Extract the source

$ tar -zxf asterisk-1.4.6.tar.gz
$ tar -zxf asterisk-addons-1.4.2.tar.gz
$ tar -zxf libpri-1.4.0.tar.gz
$ tar -zxf zaptel-1.4.3.tar.gz


Compile Zapata

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


Compile Libpri

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


Compile Asterisk

$ cd asterisk-1.4.6
$ ./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.