|
RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
asterisk:build @Jan 19, 2008 2:14:45 PM
Update from previous 1.4.x versionDownload $ wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.6.0-beta1.tar.gzExtract the source $ tar -zxf asterisk-1.6.0-beta1.tar.gzCompile Zapata $ cd zaptel-1.4.8Compile Libpri $ cd libpri-1.6.0-beta1Compile Asterisk $ cd asterisk-1.6.0-beta1Kill, 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
|