|
RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
asterisk:build @Sep 17, 2008 11:40:44 AM
Update from previous 1.4.x or 1.6 versionDownload $ wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.6.0-rc6.tar.gzExtract the source $ tar -zxf asterisk-1.6.0-rc6.tar.gzor if you have all the source in one directory $ for i in ls *.tar.gz ; do tar -zxf $i ; doneCompile Zapata $ cd zaptel-1.4.12Compile Libpri $ cd libpri-1.4.7Compile Asterisk $ cd asterisk-1.6.0-rc6Kill, change modules and start $ sudo /sbin/service asterisk stopSometimes zap will not stop, usually because not all of the modules are unloaded. You can find this out and correct it using some of the following commands - the module names are a 'for instance': $ sudo /sbin/lsmodEdit the Zaptel config file, I have no hardware so only need ztdummy loaded. $ sudo vim /etc/sysconfig/zaptelStart the Zaptel and Asterisk services. $ /sbin/service zaptel start
|