AllStarLink hostname repeater
Default user repeater
SARTS Repeaters
-
- Site Admin
- Posts: 2449
- Joined: Wed 25 Feb 25 2009 8:00 pm
Re: SARTS Repeaters
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
admin@: 60024 (ASL) 192.168.88.13
Echolink needs ports 5198, 5199 and optionally 5200 (TCP/UDP)
ASL needs port 4569
-
- Site Admin
- Posts: 2449
- Joined: Wed 25 Feb 25 2009 8:00 pm
Re: SARTS Repeaters
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.
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.