|
RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
asterisk:build @Aug 22, 2007 9:34:43 AM
Update from previous 1.4.x versionDownload $ wget http://ftp.digium.com/pub/asterisk/releases/asterisk-1.4.11.tar.gzExtract the source $ tar -zxf asterisk-1.4.11.tar.gzCompile Zapata $ cd zaptel-1.4.4Compile Libpri $ cd libpri-1.4.1Compile Asterisk $ cd asterisk-1.4.11Kill, 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
|