Difference between revisions of "Downloads"

From AllStarLink Wiki
Jump to navigation Jump to search
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [https://github.com/AllStarLink/Asterisk/releases/tag/ASL-1.01 ASL AMD] Latest AllStarLink installer for x86/AMD (main site)
+
__NOTOC__
* [http://downloads.allstarlink.org/ASL_Images/Intel-AMD/ ASL AMD] Latest AllStarLink installer for x86/AMD (alternative site)
+
* [http://downloads.allstarlink.org/ASL_Images/Intel-AMD/ ASL 1.01 Intel/AMD] Latest AllStarLink installer for x86/AMD (main site)
* [http://downloads.allstarlink.org/ASL_Images/Raspberry_Pi/ Pi] Latest AllStarLink image for the Raspberry Pi
+
* [http://dvswitch.org/files/ASL_Images/Intel-AMD/ ASL 1.01 Intel/AMD] Latest AllStarLink installer for x86/AMD (alternative site)
* [http://downloads.allstarlink.org/ASL_Images/ ASL Repo] AllStarLink Image Repository
+
* [http://downloads.allstarlink.org/ASL_Images/Raspberry_Pi/ Pi 1.01] Latest AllStarLink image for the Raspberry Pi
 +
* [http://dvswitch.org/files/ASL_Images/Raspberry_Pi/ Pi 1.01] Latest AllStarLink image for the Raspberry Pi (alternative site)
 +
* [http://downloads.allstarlink.org/ASL_Images/ ASL Images] AllStarLink Images
 +
* [[ASL FAQ]] - Install ASL on your existing Debian box or VM
 +
Note:  The ASL 1.01 installer is a Network installer and still uses the '''dvswitch.org''' site to download the .deb install files.
 +
 
 +
=== ASL Beta Images ===
 +
The distribution has been updated to Debian 10 (buster) to allow users to use the latest apt packages, kernels, and boot on a Raspberry Pi 2, 3, or 4.
 +
The core Asterisk AllStarLink version has also been updated to 2.0.0-beta, and has several updates and fixes. Beta images should only be used by advanced users. Use at your own risk.
 +
 
 +
[https://github.com/AllStarLinkInc/ASL-Live-Build/blob/develop/CHANGELOG.md ASL 2 Beta Changelog]
 +
 
 +
Have fun!
 +
 
 +
=== Beta Download ===
 +
* [http://downloads.allstarlink.org/index.php?b=ASL_Images_Beta AllStarLink ASL 2.0.0-beta] Images for Intel/AMD and the Raspberry Pi 2, 3, or 4
 +
 
 +
These are the same files but without html page in front of them:
 
* [http://downloads.allstarlink.org/ASL_Images_Beta/ ASL Images Beta] AllStarLink BETA Images Repository
 
* [http://downloads.allstarlink.org/ASL_Images_Beta/ ASL Images Beta] AllStarLink BETA Images Repository
 
* [http://downloads.allstarlink.org/ASL_Images_Beta/Raspberry_Pi2_3_4/ Pi2-3-4] BETA AllStarLink image for the Raspberry Pi 2, 3, or 4
 
* [http://downloads.allstarlink.org/ASL_Images_Beta/Raspberry_Pi2_3_4/ Pi2-3-4] BETA AllStarLink image for the Raspberry Pi 2, 3, or 4
* [[ASL FAQ]] - Install ASL on your existing Debian box or VM
 
  
NoteThe ASL 1.01 installer is a Network installer and still uses the dvswitch.org site to download the .deb install files.
+
=== Beta Documentation ===
 +
 
 +
[[ASL Beta Documentation]]
 +
 
 +
=== Beta Apt Repository ===
 +
You can install Debian 10 and add our beta apt repo instead of using an image. This is not recommended as the DAHDI package can be finicky with newer kernels.
 +
==== Automatically ====
 +
wget http://apt.allstarlink.org/repos/asl_builds/install-allstarlink-repository
 +
  . ./install-allstarlink-repository
 +
 
 +
==== Manually ====
 +
Add a file /etc/apt/sources.list.d/allstar.list and the following contents:
 +
deb http://apt.allstarlink.org/repos/asl_builds buster main
 +
Then run the following commands (as root):
 +
curl -s http://downloads.allstarlink.org/repos/repo_signing.key | apt-key add -
 +
apt-get update
 +
apt -y install linux-headers-$(uname -r)
 +
apt -y install asl-asterisk
 +
apt -y install allstar-helpers
 +
apt -y install asl-dahdi
 +
 
 +
=== Beta Bug Reports ===
 +
 
 +
Have a problem with the new beta? Submit a bug/issue report here:
 +
 
 +
https://github.com/AllStarLink/ASL-Live-Build/issues

Revision as of 22:25, 2 April 2021

  • ASL 1.01 Intel/AMD Latest AllStarLink installer for x86/AMD (main site)
  • ASL 1.01 Intel/AMD Latest AllStarLink installer for x86/AMD (alternative site)
  • Pi 1.01 Latest AllStarLink image for the Raspberry Pi
  • Pi 1.01 Latest AllStarLink image for the Raspberry Pi (alternative site)
  • ASL Images AllStarLink Images
  • ASL FAQ - Install ASL on your existing Debian box or VM

Note: The ASL 1.01 installer is a Network installer and still uses the dvswitch.org site to download the .deb install files.

ASL Beta Images

The distribution has been updated to Debian 10 (buster) to allow users to use the latest apt packages, kernels, and boot on a Raspberry Pi 2, 3, or 4. The core Asterisk AllStarLink version has also been updated to 2.0.0-beta, and has several updates and fixes. Beta images should only be used by advanced users. Use at your own risk.

ASL 2 Beta Changelog

Have fun!

Beta Download

These are the same files but without html page in front of them:

  • ASL Images Beta AllStarLink BETA Images Repository
  • Pi2-3-4 BETA AllStarLink image for the Raspberry Pi 2, 3, or 4

Beta Documentation

ASL Beta Documentation

Beta Apt Repository

You can install Debian 10 and add our beta apt repo instead of using an image. This is not recommended as the DAHDI package can be finicky with newer kernels.

Automatically

wget http://apt.allstarlink.org/repos/asl_builds/install-allstarlink-repository
. ./install-allstarlink-repository

Manually

Add a file /etc/apt/sources.list.d/allstar.list and the following contents:

deb http://apt.allstarlink.org/repos/asl_builds buster main

Then run the following commands (as root):

curl -s http://downloads.allstarlink.org/repos/repo_signing.key | apt-key add -
apt-get update
apt -y install linux-headers-$(uname -r)
apt -y install asl-asterisk
apt -y install allstar-helpers
apt -y install asl-dahdi

Beta Bug Reports

Have a problem with the new beta? Submit a bug/issue report here:

https://github.com/AllStarLink/ASL-Live-Build/issues