We’re running 1.6.2.9 on Debian 6.0. We don’t want to go up to a newer Asterisk at this time, but I’m assuming it would be prudent to update to the latest patch for our version (currently 1.6.2.20). Correct?
How does one go about accomplishing this? Download the full Asterisk 1.6.2.20 Source Tarball and reinstall? Or is there a better way?
Please download the latest version you wish to upgrade to. Then gzip , tar it. Run ./configure , make , the next part you need to run is ‘make install’ (without apostrophe) this last command actually will place the modules where they need to go. The very next time asterisk is restarted it will pull in the new version. Always make backups of any files before performing the upgrade and you should be fine.