Debian 10 ASL Beta w/ MMDVM IPSC Bridge

Old Method

apt-get update
wget http://dvswitch.org/install-allstarlink-repository
chmod +x install-allstarlink-repository
./install-allstarlink-repository
apt-get install linux-headers-uname -r -y
apt-get update
apt-get install allstarlink -y

New Method

apt-get update
sudo apt-get update --allow-releaseinfo-change
apt-get install curl gnupg gnupg1 gnupg2 
apt-get install linux-image-amd64
reboot
nano /etc/apt/sources.list
deb http://apt.allstarlink.org/repos/asl_builds buster main
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

wget https://github.com/AllStarLink/ASL-Nodes-Diff/releases/download/2.0.0-beta.5/asl-update-node-list_2.0.0-beta.5-1_all.deb

dpkg -i deb/asl-update-node-list_2.0.0-beta.5_all.deb
MMDVM Bridge (DVSWITCH)

wget http://dvswitch.org/buster
chmod +x buster
./buster
apt-get install dvswitch -y
apt-get install dvswitch-server
cd /usr/local/bin
wget http://theconnectdesk.com/ham/MMDVM/dmrlink/dmr
chmod +x dmr
cd /tmp
wget http://theconnectdesk.com/ham/MMDVM/dmrlink/ipscbuild
chmod +x ipscbuild
./ipscbuild
/
cd /opt
git clone https://github.com/HBLink-org/dmr_utils.git
pip install .
cd /opt
git clone -b IPSC_Bridge http://github.com/HBLink-org/DMRlink.git
git clone -b HB_Bridge https://github.com/HBLink-org/HBlink.git

Configuring Asterisk

Configuring MMDVM Connection

Configuring Analog Bridge

Useful tips:

Enable Stat Reporting

statpost_program = /usr/bin/wget,-q,–timeout=15,–tries=1,–output-document=/dev/null
statpost_url = http://stats.allstarlink.org/uhandler.php ; Status updates

Asterisk hangtime must be set to avoid DMR dropouts. Recommended “hangtime = 800”