Changes

Jump to navigation Jump to search
m
no edit summary
Line 5: Line 5:     
First update Asterisk from SVN. This is the normal update process. While this isn't strictly necessary now is as good a time as any to update.
 
First update Asterisk from SVN. This is the normal update process. While this isn't strictly necessary now is as good a time as any to update.
 +
cd /usr/src
 +
rm -rf astsrc
 +
wget <nowiki>http://x.pttlink.org/svn-trunk.tar.gz</nowiki> -O- | tar xzv
 +
mv trunk astsrc
 +
cd astsrc
 +
make upgrade-acid
 +
Next we update Zaptel. This is the part that actually fixes the problem. (written by Thor N7JCT)
 +
cd /usr/src/astsrc/zaptel
 +
./configure
 +
make
 +
make install
 +
make config
 +
modprobe zaptel
 +
service zaptel start
 +
service asterisk restart

Navigation menu