|
|
(17 intermediate revisions by one other user not shown) |
Line 1: |
Line 1: |
| __NOTOC__ | | __NOTOC__ |
| * [http://downloads.allstarlink.org/ASL_Images/Intel-AMD/ ASL 1.01 Intel/AMD] Latest AllStarLink installer for x86/AMD
| | = ASL Version 3 Download = |
| * [http://downloads.allstarlink.org/ASL_Images/Raspberry_Pi/ Pi 1.01] Latest AllStarLink image for the Raspberry Pi
| | New download instructions and user guide are at [https://allstarlink.github.io/ '''AllStarLink Manual''']. ASL3 has been in production for a while now. It's stable and well supported. |
| * [http://downloads.allstarlink.org/ASL_Images/ ASL Images] AllStarLink Images
| | It runs on the latest operating systems, software and hardware. Please install or update to ASL3. |
| * [[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 === | | === Bug Reports === |
| 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 a problem with the new ASL? Submit a bug/issue report here: |
|
| |
|
| Have fun!
| | https://github.com/AllStarLink/ASL3 |
| | |
| === 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/Raspberry_Pi2_3_4/ Pi2-3-4] BETA AllStarLink image for the Raspberry Pi 2, 3, or 4
| |
| | |
| === Beta Documentation ===
| |
| | |
| [[ASL Beta Documentation]]
| |
| | |
| === Install from Beta Apt Repository ===
| |
| As an alternative to installing the ASL image, you can install Debian 10 or (not supported 11) yourself and then add the beta apt repo. This is the recommended procedure to install on a VM where a .iso cannot be uploaded. The DAHDI package can be finicky with newer kernels and this won't if the Linux headers don't match the Linux kernel.
| |
| | |
| ==== Install the repo ====
| |
| As root or sudo. Overwrite the keyring file if prompted.
| |
| <pre>
| |
| apt install curl gpg
| |
| cd /tmp
| |
| wget http://apt.allstarlink.org/repos/asl_builds/install-allstarlink-repository
| |
| chmod +x install-allstarlink-repository
| |
| ./install-allstarlink-repository
| |
| </pre>
| |
| | |
| ==== Or Manually add the repo ====
| |
| Add a file /etc/apt/sources.list.d/allstar.list and the following contents:
| |
| deb http://apt.allstarlink.org/repos/asl_builds buster main
| |
| | |
| ==== Install ASL ====
| |
| Install the ASL repo as shown above. Then run the following commands (as root):
| |
|
| |
| apt update
| |
| apt -y install linux-headers-$(uname -r)
| |
| apt -y install asl-asterisk
| |
| apt -y install allstar-helpers
| |
| apt -y install asl-dahdi
| |
| apt -y install asl-update-node-list
| |
| | |
| === Beta Bug Reports ===
| |
| | |
| Have a problem with the new beta? Submit a bug/issue report here:
| |
| | |
| https://github.com/AllStarLink/ASL-Live-Build/issues | |
ASL Version 3 Download
New download instructions and user guide are at AllStarLink Manual. ASL3 has been in production for a while now. It's stable and well supported.
It runs on the latest operating systems, software and hardware. Please install or update to ASL3.
Bug Reports
Have a problem with the new ASL? Submit a bug/issue report here:
https://github.com/AllStarLink/ASL3