|
Re: ASL to P25 bridge
#analog_bridge
Steve,
systemctl status shows all services running (asl, analog_bridge, mmdvm, p25gateway, and p25reflector).
ASL talks to analog_bridge, and p25reflector talks to the internet; but nothing else
Steve,
systemctl status shows all services running (asl, analog_bridge, mmdvm, p25gateway, and p25reflector).
ASL talks to analog_bridge, and p25reflector talks to the internet; but nothing else
|
By
Tom
·
#7136
·
|
|
Re: ASL to P25 bridge
#analog_bridge
P25eflector works and ASL <-> Analog_Bridge works; but that's all.
Tom
P25eflector works and ASL <-> Analog_Bridge works; but that's all.
Tom
|
By
Tom
·
#7135
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Here are logs from MMDVM_Bridge, P25Gateway, and P25Reflector:
root@P25reflector:/var/log/mmdvm # tail -f MMDVM_Bridge-2020-08-10.log
I: 2020-08-10 18:14:20.372 Loaded 169853 Ids to the DMR callsign
Here are logs from MMDVM_Bridge, P25Gateway, and P25Reflector:
root@P25reflector:/var/log/mmdvm # tail -f MMDVM_Bridge-2020-08-10.log
I: 2020-08-10 18:14:20.372 Loaded 169853 Ids to the DMR callsign
|
By
Tom
·
#7134
·
|
|
Re: ASL to P25 bridge
#analog_bridge
When I tail -f /var/log/dvswitch/Analog_Bridge.log I see PTT on and PTT off response
In /var/log/mmdvm, when I tail -f the MMDVM_Bridge log I don't see any responses from
When I tail -f /var/log/dvswitch/Analog_Bridge.log I see PTT on and PTT off response
In /var/log/mmdvm, when I tail -f the MMDVM_Bridge log I don't see any responses from
|
By
Tom
·
#7133
·
|
|
Re: ASL to P25 bridge
#analog_bridge
One step at a time. Get AB talking to ASL. You should be able to see the traffic from ASL to AB.
This is an ASL <-> DMR document. The concepts are the same. It's old (needs updating) so toy
One step at a time. Get AB talking to ASL. You should be able to see the traffic from ASL to AB.
This is an ASL <-> DMR document. The concepts are the same. It's old (needs updating) so toy
|
By
Steve N4IRS
·
#7132
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Any tips on monitoring / verifying those data connections?
Any tips on monitoring / verifying those data connections?
|
By
Tom
·
#7131
·
|
|
Re: ASL to P25 bridge
#analog_bridge
reboot did it! ASL is OK.
Now I'll work on the analog_bridge path to the reflector.
Thanks! I'll keep you posted on progress.
Tom
reboot did it! ASL is OK.
Now I'll work on the analog_bridge path to the reflector.
Thanks! I'll keep you posted on progress.
Tom
|
By
Tom
·
#7130
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Yes, it looks like it is on the network. I checked the external nodes file on another box.
The remaining problem is to get that file to get updates on this server. I'll try a reboot.
Yes, it looks like it is on the network. I checked the external nodes file on another box.
The remaining problem is to get that file to get updates on this server. I'll try a reboot.
|
By
Tom
·
#7129
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Do this as root so that you don't have to rebuild DAHDI again:
apt-mark hold raspberrypi-kernel-headers raspberrypi-kernel
You will then be able to do a apt-get update / apt-get upgrade
Do this as root so that you don't have to rebuild DAHDI again:
apt-mark hold raspberrypi-kernel-headers raspberrypi-kernel
You will then be able to do a apt-get update / apt-get upgrade
|
By
Steve N4IRS
·
#7128
·
|
|
Re: ASL to P25 bridge
#analog_bridge
46715=radio@...:4180/46715,136.49.115.223
46715=radio@...:4180/46715,136.49.115.223
|
By
Steve N4IRS
·
#7127
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Is 46715 the node you are working on now?
Is 46715 the node you are working on now?
|
By
Steve N4IRS
·
#7126
·
|
|
Re: ASL to P25 bridge
#analog_bridge
It looks like ASL is running; but this node 46715 isn't in the external nodes list (not registered). -- can't connect.
It looks like ASL is running; but this node 46715 isn't in the external nodes list (not registered). -- can't connect.
|
By
Tom
·
#7125
·
|
|
Re: ASL to P25 bridge
#analog_bridge
root@K5TRA_ASL_testserver:/etc/asterisk # dahdi_scan
[1]
active=yes
alarms=UNCONFIGURED
description=DAHDI_DUMMY/1 (source: HRtimer) 1
name=DAHDI_DUMMY/1
manufacturer=
devicetype=DAHDI Dummy
root@K5TRA_ASL_testserver:/etc/asterisk # dahdi_scan
[1]
active=yes
alarms=UNCONFIGURED
description=DAHDI_DUMMY/1 (source: HRtimer) 1
name=DAHDI_DUMMY/1
manufacturer=
devicetype=DAHDI Dummy
|
By
Tom
·
#7124
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Show output:
dahdi_scan
dahdi_test -c 10
Show output:
dahdi_scan
dahdi_test -c 10
|
By
Steve N4IRS
·
#7123
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Do you have chan_dahdi.conf in /etc/asterisk?
Do you have simple usb and usbradio enabled on /etc/asterisk/modules?
Do you have chan_dahdi.conf in /etc/asterisk?
Do you have simple usb and usbradio enabled on /etc/asterisk/modules?
|
By
Steve N4IRS
·
#7122
·
|
|
Re: ASL to P25 bridge
#analog_bridge
root@K5TRA_ASL_testserver:/usr/src # lsmod | grep dahdi
dahdi_dummy 3432 0
dahdi 229497 1 dahdi_dummy
crc_ccitt 1771 1 dahdi
root@K5TRA_ASL_testserver:/usr/src # lsmod | grep dahdi
dahdi_dummy 3432 0
dahdi 229497 1 dahdi_dummy
crc_ccitt 1771 1 dahdi
|
By
Tom
·
#7121
·
|
|
Re: ASL to P25 bridge
#analog_bridge
lsmod | grep dahdi
Show result.
Did you do a apt-get update / apt-get upgrade since starting ASL?
lsmod | grep dahdi
Show result.
Did you do a apt-get update / apt-get upgrade since starting ASL?
|
By
Steve N4IRS
·
#7120
·
|
|
Re: ASL to P25 bridge
#analog_bridge
Steve,
Last night I installed everything and ran into a problem with ASLerrors.
Today, I started with a known good ASL install and overlayed the DVSwitch stuff. No errors on installs. This is the
Steve,
Last night I installed everything and ran into a problem with ASLerrors.
Today, I started with a known good ASL install and overlayed the DVSwitch stuff. No errors on installs. This is the
|
By
Tom
·
#7119
·
|
|
Re: DMRIds.dat not updating
Thank you, I found it after I made the post thank you for responding.
73.
Thank you, I found it after I made the post thank you for responding.
73.
|
By
N3MEL
·
#7117
·
|
|
Re: ASL to P25 bridge
#analog_bridge
I rebooted and tried it again and I now have linux-headers-4.19.66-v7 installed and reported with uname -r.
I'll keep you posted
Tom
I rebooted and tried it again and I now have linux-headers-4.19.66-v7 installed and reported with uname -r.
I'll keep you posted
Tom
|
By
Tom
·
#7116
·
|