Page 6 of 6

Re: SARTS Repeaters

Posted: Fri 14 Jan 14 2022 8:58 am
by Daniel Wee
AllStarLink hostname repeater
Default user repeater

Re: SARTS Repeaters

Posted: Mon 21 Feb 21 2022 1:44 pm
by Daniel Wee
Repeater Layout.png
Repeater Layout.png (344.03 KiB) Viewed 39536 times

Re: SARTS Repeaters

Posted: Mon 03 Oct 03 2022 5:04 pm
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

Re: SARTS Repeaters

Posted: Wed 05 Oct 05 2022 12:37 am
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.