SARTS Repeaters

This is the catch-all forum for anything related to radio life!!
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: SARTS Repeaters

Post by Daniel Wee »

AllStarLink hostname repeater
Default user repeater
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: SARTS Repeaters

Post by Daniel Wee »

Repeater Layout.png
Repeater Layout.png (344.03 KiB) Viewed 39434 times
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: SARTS Repeaters

Post by Daniel Wee »

pi@ :60023 (APRS Direwolf)
admin@: 60024 (ASL) 192.168.88.13
Echolink needs ports 5198, 5199 and optionally 5200 (TCP/UDP)
ASL needs port 4569
Daniel Wee
Site Admin
Posts: 2449
Joined: Wed 25 Feb 25 2009 8:00 pm

Re: SARTS Repeaters

Post by Daniel Wee »

Linux kernel 4.15 and higher does not support dahdi 2.11. It needs dahdi 3.1.0 or higher. To get the latest file, do this as root:-

cd ~
wget http://downloads.asterisk.org/pub/telep ... ent.tar.gz
tar -zxvf dahdi-linux-complete-current.tar.gz
cd dahdi-linux-complete-3.2.0+3.2.0
// or cd whatever directory tar expands the file to
cd tools
apt install autoconf
autoreconf -i
cd ..
make
make install
make install-config
cd /etc/dahdi
cp system.conf.sample system.conf
// this gets the dahdi service up. Without this the dahdi service won't run
// probably needs to be configured properly

This should get dahdi working.
Post Reply