Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1:  
[[Category:How to]]
 
[[Category:How to]]
 
[[Category:Obsolete]]
 
[[Category:Obsolete]]
 +
As we fix bugs and add additional features, new source code is posted to SVN (and available from the viewvc interface) from time to time. New installs do not get the latest updates as what is in SVN is considered experimental. However, 99.99% of the time you'll want/need the latest. The update procedure is documented on the PTTLink site. It is reproduced here for your convenience.
 +
 +
<code>cd /usr/src</code>
 +
 +
<code>rm -rf astsrc</code>
 +
 +
<code>wget <nowiki>http://x.pttlink.org/svn-trunk.tar.gz</nowiki> -O- | tar xzv</code>
 +
 +
<code>mv trunk astsrc</code>
 +
 +
<code>cd astsrc</code>
 +
 +
<code>make upgrade-acid</code>
 +
 +
This procedure can take over an hour on slow computers or under 10 minutes on fast ones. Restart asterisk when complete.

Navigation menu