ASL <>MMDVM<>XLX<>BM/DStar


W8DSB
 

All, we have a PI running XLX With interlinks to BM and DV3000 to DStar.

I also have a ASL with analog_bridge <> mmdvm <> BM

i want to connect our mmdvm_bridge directly to the XLX to reduce lag and host server issues. How to i connect mmdvm_bridge directly to our clubs XLX server?

Is there a document or video for this? I tried just pointing at it but mmdvm_bridge will not log into the XLX :(


Steve N4IRS
 

MB.ini

[DMR Network]
Enable=0
Address=hblink.dvswitch.org
Port=62031
Jitter=360
Local=62032
Password=passw0rd
# for DMR+ see https://github.com/DVSwitch/MMDVM_Bridge/blob/master/DOC/DMRplus_startup_options.md
# for XLX the syntax is: Options=XLX:4009
# Options=
Slot1=0
Slot2=1
Debug=0

Note:

For XLK the synatax is: Options=XLX:4009

For XLX make sure you are using a 7 digit DMR ID

73, Steve N4IRS


On 6/4/20 4:18 PM, W8DSB wrote:

All, we have a PI running XLX With interlinks to BM and DV3000 to DStar.

I also have a ASL with analog_bridge <> mmdvm <> BM

i want to connect our mmdvm_bridge directly to the XLX to reduce lag and host server issues. How to i connect mmdvm_bridge directly to our clubs XLX server?

Is there a document or video for this? I tried just pointing at it but mmdvm_bridge will not log into the XLX :(


W8DSB
 

I think I need just a little push in the proper direction. I changed my MMDVM_Bridge.ini to read what you see below however if I watch the XLX it never connects. I tried 
Options=XLX:998 and Options=XLX:998 B but I have a feeling that I need to add something xlxd.interlink or am I just missing something.

I did remember to change my DMR ID to 7 digits

[DMR Network]
Enable=0
Address=18.218.209.254    <== my XLX IP
Port=62031
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:998
Slot1=0
Slot2=1
Debug=0
 


Steve N4IRS
 

Is XLX:998 B a attempt to connect to "module B" (I'm not much of a XLX person) If so try Options=XLX:9982

On 6/5/20 8:37 AM, W8DSB wrote:

I think I need just a little push in the proper direction. I changed my MMDVM_Bridge.ini to read what you see below however if I watch the XLX it never connects. I tried 
Options=XLX:998 and Options=XLX:998 B but I have a feeling that I need to add something xlxd.interlink or am I just missing something.

I did remember to change my DMR ID to 7 digits

[DMR Network]
Enable=0
Address=18.218.209.254    <== my XLX IP
Port=62031
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:998
Slot1=0
Slot2=1
Debug=0
 


Nomis Bayan Jr.
 

Hello,

Try Option2=XLX4002                        #for module B

4001 - Module A

4002 - Module B

4003 - module C.............etc

On 6/5/2020 5:37 AM, W8DSB wrote:

I think I need just a little push in the proper direction. I changed my MMDVM_Bridge.ini to read what you see below however if I watch the XLX it never connects. I tried 
Options=XLX:998 and Options=XLX:998 B but I have a feeling that I need to add something xlxd.interlink or am I just missing something.

I did remember to change my DMR ID to 7 digits

[DMR Network]
Enable=0
Address=18.218.209.254    <== my XLX IP
Port=62031
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:998
Slot1=0
Slot2=1
Debug=0
 


Nomis Bayan Jr.
 

Type in wrong: should be Options=XLX:4002.....correction...

On 6/5/2020 5:37 AM, W8DSB wrote:

I think I need just a little push in the proper direction. I changed my MMDVM_Bridge.ini to read what you see below however if I watch the XLX it never connects. I tried 
Options=XLX:998 and Options=XLX:998 B but I have a feeling that I need to add something xlxd.interlink or am I just missing something.

I did remember to change my DMR ID to 7 digits

[DMR Network]
Enable=0
Address=18.218.209.254    <== my XLX IP
Port=62031
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:998
Slot1=0
Slot2=1
Debug=0
 


W8DSB
 

So if I understand correctly this is the format, it does not seem to work just yet :(

[DMR Network]
Enable=0
Address=18.218.209.254
Port=62031
Jitter=360
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0
 


Steve N4IRS
 

Enable=0  <------------ Should be enabled!

On 6/5/20 10:54 AM, W8DSB wrote:

So if I understand correctly this is the format, it does not seem to work just yet :(

[DMR Network]
Enable=0
Address=18.218.209.254
Port=62031
Jitter=360
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0
 


Eric-K6KWB
 

port should be:
Port=62030
Also dmr id should only be 7 digit id when connecting to XLX
73, Eric


W8DSB
 

Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0


Steve N4IRS
 

As in, you have it working now?

On 6/6/20 6:32 PM, W8DSB wrote:

Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0



Nomis Bayan Jr.
 

HI Steve,

Could not figure out why the callsign will not show up instead it is the DMR id....it was not like this before when I first started.

What I noticed was that I am missing this on the log:


I: 2020-05-15 07:06:48.383 Loaded 164301 Ids to the DMR callsign lookup table


DMR and Dstar will show the correct Callsign except for YSF, it will display the DMR ID.

Anything I am missing.

here is my set up

root@dvswitch:/opt/MMDVM_Bridge_BM# ./MMDVM_Bridge MMDVM_Bridge.ini
I: 2020-06-06 23:57:54.348 MMDVM_Bridge:
I: 2020-06-06 23:57:54.348 Portions Copyright (C) 2018, 2019, 2020 DVSwitch, INAD.
I: 2020-06-06 23:57:54.348 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-06-06 23:57:54.348 =
I: 2020-06-07 00:01:19.854 This software is for use on amateur radio networks only,
I: 2020-06-07 00:01:19.854 it is to be used for educational purposes only. Its use on
I: 2020-06-07 00:01:19.854 commercial networks is strictly prohibited.
I: 2020-06-07 00:01:19.854 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-06-07 00:01:19.854 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-06-07 00:01:19.854 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-06-07 00:01:19.854 General Parameters
I: 2020-06-07 00:01:19.854     Callsign: N0MIS
I: 2020-06-07 00:01:19.854     Id: 3156418
I: 2020-06-07 00:01:19.854     Duplex: no
I: 2020-06-07 00:01:19.854     Timeout: 180s
I: 2020-06-07 00:01:19.854     D-Star: disabled
I: 2020-06-07 00:01:19.854     DMR: enabled
I: 2020-06-07 00:01:19.854     YSF: disabled
I: 2020-06-07 00:01:19.854     P25: disabled
I: 2020-06-07 00:01:19.854     NXDN: disabled
I: 2020-06-07 00:01:19.854 Modem Parameters
I: 2020-06-07 00:01:19.854     Port: /dev/null
I: 2020-06-07 00:01:19.855     RX Invert: no
I: 2020-06-07 00:01:19.855     TX Invert: no
I: 2020-06-07 00:01:19.855     PTT Invert: no
I: 2020-06-07 00:01:19.855     TX Delay: 100ms
I: 2020-06-07 00:01:19.855     RX Offset: 0Hz
I: 2020-06-07 00:01:19.855     TX Offset: 0Hz
I: 2020-06-07 00:01:19.855     RX DC Offset: 0
I: 2020-06-07 00:01:19.855     TX DC Offset: 0
I: 2020-06-07 00:01:19.855     RF Level: 100.0%
I: 2020-06-07 00:01:19.855     DMR Delay: 0 (0.0ms)
I: 2020-06-07 00:01:19.855     RX Level: 50.0%
I: 2020-06-07 00:01:19.855     CW Id TX Level: 50.0%
I: 2020-06-07 00:01:19.855     D-Star TX Level: 50.0%
I: 2020-06-07 00:01:19.855     DMR TX Level: 50.0%
I: 2020-06-07 00:01:19.855     YSF TX Level: 50.0%
I: 2020-06-07 00:01:19.855     P25 TX Level: 50.0%
I: 2020-06-07 00:01:19.855     NXDN TX Level: 50.0%
I: 2020-06-07 00:01:19.855     RX Frequency: 222340000Hz (222340000Hz)
I: 2020-06-07 00:01:19.855     TX Frequency: 224940000Hz (224940000Hz)
M: 2020-06-07 00:01:19.855 Opening the MMDVM
I: 2020-06-07 00:01:19.855 Display Parameters
I: 2020-06-07 00:01:19.855     Type:
I: 2020-06-07 00:01:19.855 DMR Network Parameters
I: 2020-06-07 00:01:19.855     Address: 45.22.199.202
I: 2020-06-07 00:01:19.855     Port: 62030
I: 2020-06-07 00:01:19.855     Local: 62033
I: 2020-06-07 00:01:19.855     Jitter: 360ms
I: 2020-06-07 00:01:19.855     Slot 1: disabled
I: 2020-06-07 00:01:19.855     Slot 2: enabled
I: 2020-06-07 00:01:19.855     Mode Hang: 3s
I: 2020-06-07 00:01:19.855     Options: XLX:4002
I: 2020-06-07 00:01:19.856 Info Parameters
I: 2020-06-07 00:01:19.856     Callsign: N0MIS
I: 2020-06-07 00:01:19.856     RX Frequency: 222340000Hz
I: 2020-06-07 00:01:19.856     TX Frequency: 224940000Hz
I: 2020-06-07 00:01:19.856     Power: 1W
I: 2020-06-07 00:01:19.856     Latitude: 32.785198deg N
I: 2020-06-07 00:01:19.856     Longitude: -117.029503deg E
I: 2020-06-07 00:01:19.856     Height: 0m
I: 2020-06-07 00:01:19.856     Location: "La Mesa, San Diego, CA"
I: 2020-06-07 00:01:19.856     Description: "MMDVM_Bridge"
I: 2020-06-07 00:01:19.856     URL: "https://groups.io/g/DVSwitch"
M: 2020-06-07 00:01:19.856 DMR, Opening DMR Network
I: 2020-06-07 00:01:19.856 RSSI
I: 2020-06-07 00:01:19.856     Mapping File: RSSI.dat
W: 2020-06-07 00:01:19.856 Cannot open the RSSI data file - RSSI.dat
I: 2020-06-07 00:01:19.856 DMR Id Lookups
I: 2020-06-07 00:01:19.856     File: /var/lib/mmdvm/DMRIds.dat
I: 2020-06-07 00:01:19.856     Reload: 24 hours
I: 2020-06-07 00:01:19.856 DMR RF Parameters
I: 2020-06-07 00:01:19.856 Started the DMR Id lookup reload thread
I: 2020-06-07 00:01:19.856     Id: 3156418
I: 2020-06-07 00:01:19.856     Color Code: 1
I: 2020-06-07 00:01:19.856     Self Only: no
I: 2020-06-07 00:01:19.856     Embedded LC Only: yes
I: 2020-06-07 00:01:19.856     Dump Talker Alias Data: no
I: 2020-06-07 00:01:19.856     Prefixes: 0
I: 2020-06-07 00:01:19.857     Call Hang: 3s
I: 2020-06-07 00:01:19.857     TX Hang: 3s
I: 2020-06-07 00:01:19.857     Mode Hang: 10s
M: 2020-06-07 00:01:19.857 DMR, Opening INI file: DVSwitch.ini
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] TXPort -> 32100
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] RXPort -> 32103
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Slot -> 2
M: 2020-06-07 00:01:19.857 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103.  Result = 1
M: 2020-06-07 00:01:19.857 MMDVM_Bridge-20191105_V1.4.1 is running
D: 2020-06-07 00:01:29.863 DMR, Sending authorisation
D: 2020-06-07 00:01:29.869 DMR, Sending configuration
M: 2020-06-07 00:01:39.874 DMR, Logged into the master successfully
D: 2020-06-07 00:01:39.874 DMR, Sending XLX options
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4000
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4000, mode=Group
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4002
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4002, mode=Group
M: 2020-06-07 00:01:39.895 DMR Slot 2, received network voice header from 3156418 to TG 9
M: 2020-06-07 00:01:39.900 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%

On 6/6/2020 3:43 PM, Steve N4IRS wrote:

As in, you have it working now?

On 6/6/20 6:32 PM, W8DSB wrote:
Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0



Steve N4IRS
 

Check your /var/lib/mmdvm/DMRIds.dat you may need to update it.

Steve

On 6/6/20 9:29 PM, Nomis Bayan Jr. wrote:

HI Steve,

Could not figure out why the callsign will not show up instead it is the DMR id....it was not like this before when I first started.

What I noticed was that I am missing this on the log:


I: 2020-05-15 07:06:48.383 Loaded 164301 Ids to the DMR callsign lookup table


DMR and Dstar will show the correct Callsign except for YSF, it will display the DMR ID.

Anything I am missing.

here is my set up

root@dvswitch:/opt/MMDVM_Bridge_BM# ./MMDVM_Bridge MMDVM_Bridge.ini
I: 2020-06-06 23:57:54.348 MMDVM_Bridge:
I: 2020-06-06 23:57:54.348 Portions Copyright (C) 2018, 2019, 2020 DVSwitch, INAD.
I: 2020-06-06 23:57:54.348 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-06-06 23:57:54.348 =
I: 2020-06-07 00:01:19.854 This software is for use on amateur radio networks only,
I: 2020-06-07 00:01:19.854 it is to be used for educational purposes only. Its use on
I: 2020-06-07 00:01:19.854 commercial networks is strictly prohibited.
I: 2020-06-07 00:01:19.854 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-06-07 00:01:19.854 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-06-07 00:01:19.854 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-06-07 00:01:19.854 General Parameters
I: 2020-06-07 00:01:19.854     Callsign: N0MIS
I: 2020-06-07 00:01:19.854     Id: 3156418
I: 2020-06-07 00:01:19.854     Duplex: no
I: 2020-06-07 00:01:19.854     Timeout: 180s
I: 2020-06-07 00:01:19.854     D-Star: disabled
I: 2020-06-07 00:01:19.854     DMR: enabled
I: 2020-06-07 00:01:19.854     YSF: disabled
I: 2020-06-07 00:01:19.854     P25: disabled
I: 2020-06-07 00:01:19.854     NXDN: disabled
I: 2020-06-07 00:01:19.854 Modem Parameters
I: 2020-06-07 00:01:19.854     Port: /dev/null
I: 2020-06-07 00:01:19.855     RX Invert: no
I: 2020-06-07 00:01:19.855     TX Invert: no
I: 2020-06-07 00:01:19.855     PTT Invert: no
I: 2020-06-07 00:01:19.855     TX Delay: 100ms
I: 2020-06-07 00:01:19.855     RX Offset: 0Hz
I: 2020-06-07 00:01:19.855     TX Offset: 0Hz
I: 2020-06-07 00:01:19.855     RX DC Offset: 0
I: 2020-06-07 00:01:19.855     TX DC Offset: 0
I: 2020-06-07 00:01:19.855     RF Level: 100.0%
I: 2020-06-07 00:01:19.855     DMR Delay: 0 (0.0ms)
I: 2020-06-07 00:01:19.855     RX Level: 50.0%
I: 2020-06-07 00:01:19.855     CW Id TX Level: 50.0%
I: 2020-06-07 00:01:19.855     D-Star TX Level: 50.0%
I: 2020-06-07 00:01:19.855     DMR TX Level: 50.0%
I: 2020-06-07 00:01:19.855     YSF TX Level: 50.0%
I: 2020-06-07 00:01:19.855     P25 TX Level: 50.0%
I: 2020-06-07 00:01:19.855     NXDN TX Level: 50.0%
I: 2020-06-07 00:01:19.855     RX Frequency: 222340000Hz (222340000Hz)
I: 2020-06-07 00:01:19.855     TX Frequency: 224940000Hz (224940000Hz)
M: 2020-06-07 00:01:19.855 Opening the MMDVM
I: 2020-06-07 00:01:19.855 Display Parameters
I: 2020-06-07 00:01:19.855     Type:
I: 2020-06-07 00:01:19.855 DMR Network Parameters
I: 2020-06-07 00:01:19.855     Address: 45.22.199.202
I: 2020-06-07 00:01:19.855     Port: 62030
I: 2020-06-07 00:01:19.855     Local: 62033
I: 2020-06-07 00:01:19.855     Jitter: 360ms
I: 2020-06-07 00:01:19.855     Slot 1: disabled
I: 2020-06-07 00:01:19.855     Slot 2: enabled
I: 2020-06-07 00:01:19.855     Mode Hang: 3s
I: 2020-06-07 00:01:19.855     Options: XLX:4002
I: 2020-06-07 00:01:19.856 Info Parameters
I: 2020-06-07 00:01:19.856     Callsign: N0MIS
I: 2020-06-07 00:01:19.856     RX Frequency: 222340000Hz
I: 2020-06-07 00:01:19.856     TX Frequency: 224940000Hz
I: 2020-06-07 00:01:19.856     Power: 1W
I: 2020-06-07 00:01:19.856     Latitude: 32.785198deg N
I: 2020-06-07 00:01:19.856     Longitude: -117.029503deg E
I: 2020-06-07 00:01:19.856     Height: 0m
I: 2020-06-07 00:01:19.856     Location: "La Mesa, San Diego, CA"
I: 2020-06-07 00:01:19.856     Description: "MMDVM_Bridge"
I: 2020-06-07 00:01:19.856     URL: "https://groups.io/g/DVSwitch"
M: 2020-06-07 00:01:19.856 DMR, Opening DMR Network
I: 2020-06-07 00:01:19.856 RSSI
I: 2020-06-07 00:01:19.856     Mapping File: RSSI.dat
W: 2020-06-07 00:01:19.856 Cannot open the RSSI data file - RSSI.dat
I: 2020-06-07 00:01:19.856 DMR Id Lookups
I: 2020-06-07 00:01:19.856     File: /var/lib/mmdvm/DMRIds.dat
I: 2020-06-07 00:01:19.856     Reload: 24 hours
I: 2020-06-07 00:01:19.856 DMR RF Parameters
I: 2020-06-07 00:01:19.856 Started the DMR Id lookup reload thread
I: 2020-06-07 00:01:19.856     Id: 3156418
I: 2020-06-07 00:01:19.856     Color Code: 1
I: 2020-06-07 00:01:19.856     Self Only: no
I: 2020-06-07 00:01:19.856     Embedded LC Only: yes
I: 2020-06-07 00:01:19.856     Dump Talker Alias Data: no
I: 2020-06-07 00:01:19.856     Prefixes: 0
I: 2020-06-07 00:01:19.857     Call Hang: 3s
I: 2020-06-07 00:01:19.857     TX Hang: 3s
I: 2020-06-07 00:01:19.857     Mode Hang: 10s
M: 2020-06-07 00:01:19.857 DMR, Opening INI file: DVSwitch.ini
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] TXPort -> 32100
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] RXPort -> 32103
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Slot -> 2
M: 2020-06-07 00:01:19.857 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103.  Result = 1
M: 2020-06-07 00:01:19.857 MMDVM_Bridge-20191105_V1.4.1 is running
D: 2020-06-07 00:01:29.863 DMR, Sending authorisation
D: 2020-06-07 00:01:29.869 DMR, Sending configuration
M: 2020-06-07 00:01:39.874 DMR, Logged into the master successfully
D: 2020-06-07 00:01:39.874 DMR, Sending XLX options
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4000
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4000, mode=Group
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4002
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4002, mode=Group
M: 2020-06-07 00:01:39.895 DMR Slot 2, received network voice header from 3156418 to TG 9
M: 2020-06-07 00:01:39.900 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%

On 6/6/2020 3:43 PM, Steve N4IRS wrote:
As in, you have it working now?

On 6/6/20 6:32 PM, W8DSB wrote:
Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0




Nomis Bayan Jr.
 

HI Steve,

I just found out that there was nothing on the DMRIds.dat. No data.

On 6/6/2020 7:24 PM, Steve N4IRS wrote:

Check your /var/lib/mmdvm/DMRIds.dat you may need to update it.

Steve

On 6/6/20 9:29 PM, Nomis Bayan Jr. wrote:

HI Steve,

Could not figure out why the callsign will not show up instead it is the DMR id....it was not like this before when I first started.

What I noticed was that I am missing this on the log:


I: 2020-05-15 07:06:48.383 Loaded 164301 Ids to the DMR callsign lookup table


DMR and Dstar will show the correct Callsign except for YSF, it will display the DMR ID.

Anything I am missing.

here is my set up

root@dvswitch:/opt/MMDVM_Bridge_BM# ./MMDVM_Bridge MMDVM_Bridge.ini
I: 2020-06-06 23:57:54.348 MMDVM_Bridge:
I: 2020-06-06 23:57:54.348 Portions Copyright (C) 2018, 2019, 2020 DVSwitch, INAD.
I: 2020-06-06 23:57:54.348 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-06-06 23:57:54.348 =
I: 2020-06-07 00:01:19.854 This software is for use on amateur radio networks only,
I: 2020-06-07 00:01:19.854 it is to be used for educational purposes only. Its use on
I: 2020-06-07 00:01:19.854 commercial networks is strictly prohibited.
I: 2020-06-07 00:01:19.854 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-06-07 00:01:19.854 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-06-07 00:01:19.854 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-06-07 00:01:19.854 General Parameters
I: 2020-06-07 00:01:19.854     Callsign: N0MIS
I: 2020-06-07 00:01:19.854     Id: 3156418
I: 2020-06-07 00:01:19.854     Duplex: no
I: 2020-06-07 00:01:19.854     Timeout: 180s
I: 2020-06-07 00:01:19.854     D-Star: disabled
I: 2020-06-07 00:01:19.854     DMR: enabled
I: 2020-06-07 00:01:19.854     YSF: disabled
I: 2020-06-07 00:01:19.854     P25: disabled
I: 2020-06-07 00:01:19.854     NXDN: disabled
I: 2020-06-07 00:01:19.854 Modem Parameters
I: 2020-06-07 00:01:19.854     Port: /dev/null
I: 2020-06-07 00:01:19.855     RX Invert: no
I: 2020-06-07 00:01:19.855     TX Invert: no
I: 2020-06-07 00:01:19.855     PTT Invert: no
I: 2020-06-07 00:01:19.855     TX Delay: 100ms
I: 2020-06-07 00:01:19.855     RX Offset: 0Hz
I: 2020-06-07 00:01:19.855     TX Offset: 0Hz
I: 2020-06-07 00:01:19.855     RX DC Offset: 0
I: 2020-06-07 00:01:19.855     TX DC Offset: 0
I: 2020-06-07 00:01:19.855     RF Level: 100.0%
I: 2020-06-07 00:01:19.855     DMR Delay: 0 (0.0ms)
I: 2020-06-07 00:01:19.855     RX Level: 50.0%
I: 2020-06-07 00:01:19.855     CW Id TX Level: 50.0%
I: 2020-06-07 00:01:19.855     D-Star TX Level: 50.0%
I: 2020-06-07 00:01:19.855     DMR TX Level: 50.0%
I: 2020-06-07 00:01:19.855     YSF TX Level: 50.0%
I: 2020-06-07 00:01:19.855     P25 TX Level: 50.0%
I: 2020-06-07 00:01:19.855     NXDN TX Level: 50.0%
I: 2020-06-07 00:01:19.855     RX Frequency: 222340000Hz (222340000Hz)
I: 2020-06-07 00:01:19.855     TX Frequency: 224940000Hz (224940000Hz)
M: 2020-06-07 00:01:19.855 Opening the MMDVM
I: 2020-06-07 00:01:19.855 Display Parameters
I: 2020-06-07 00:01:19.855     Type:
I: 2020-06-07 00:01:19.855 DMR Network Parameters
I: 2020-06-07 00:01:19.855     Address: 45.22.199.202
I: 2020-06-07 00:01:19.855     Port: 62030
I: 2020-06-07 00:01:19.855     Local: 62033
I: 2020-06-07 00:01:19.855     Jitter: 360ms
I: 2020-06-07 00:01:19.855     Slot 1: disabled
I: 2020-06-07 00:01:19.855     Slot 2: enabled
I: 2020-06-07 00:01:19.855     Mode Hang: 3s
I: 2020-06-07 00:01:19.855     Options: XLX:4002
I: 2020-06-07 00:01:19.856 Info Parameters
I: 2020-06-07 00:01:19.856     Callsign: N0MIS
I: 2020-06-07 00:01:19.856     RX Frequency: 222340000Hz
I: 2020-06-07 00:01:19.856     TX Frequency: 224940000Hz
I: 2020-06-07 00:01:19.856     Power: 1W
I: 2020-06-07 00:01:19.856     Latitude: 32.785198deg N
I: 2020-06-07 00:01:19.856     Longitude: -117.029503deg E
I: 2020-06-07 00:01:19.856     Height: 0m
I: 2020-06-07 00:01:19.856     Location: "La Mesa, San Diego, CA"
I: 2020-06-07 00:01:19.856     Description: "MMDVM_Bridge"
I: 2020-06-07 00:01:19.856     URL: "https://groups.io/g/DVSwitch"
M: 2020-06-07 00:01:19.856 DMR, Opening DMR Network
I: 2020-06-07 00:01:19.856 RSSI
I: 2020-06-07 00:01:19.856     Mapping File: RSSI.dat
W: 2020-06-07 00:01:19.856 Cannot open the RSSI data file - RSSI.dat
I: 2020-06-07 00:01:19.856 DMR Id Lookups
I: 2020-06-07 00:01:19.856     File: /var/lib/mmdvm/DMRIds.dat
I: 2020-06-07 00:01:19.856     Reload: 24 hours
I: 2020-06-07 00:01:19.856 DMR RF Parameters
I: 2020-06-07 00:01:19.856 Started the DMR Id lookup reload thread
I: 2020-06-07 00:01:19.856     Id: 3156418
I: 2020-06-07 00:01:19.856     Color Code: 1
I: 2020-06-07 00:01:19.856     Self Only: no
I: 2020-06-07 00:01:19.856     Embedded LC Only: yes
I: 2020-06-07 00:01:19.856     Dump Talker Alias Data: no
I: 2020-06-07 00:01:19.856     Prefixes: 0
I: 2020-06-07 00:01:19.857     Call Hang: 3s
I: 2020-06-07 00:01:19.857     TX Hang: 3s
I: 2020-06-07 00:01:19.857     Mode Hang: 10s
M: 2020-06-07 00:01:19.857 DMR, Opening INI file: DVSwitch.ini
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] TXPort -> 32100
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] RXPort -> 32103
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Slot -> 2
M: 2020-06-07 00:01:19.857 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103.  Result = 1
M: 2020-06-07 00:01:19.857 MMDVM_Bridge-20191105_V1.4.1 is running
D: 2020-06-07 00:01:29.863 DMR, Sending authorisation
D: 2020-06-07 00:01:29.869 DMR, Sending configuration
M: 2020-06-07 00:01:39.874 DMR, Logged into the master successfully
D: 2020-06-07 00:01:39.874 DMR, Sending XLX options
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4000
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4000, mode=Group
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4002
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4002, mode=Group
M: 2020-06-07 00:01:39.895 DMR Slot 2, received network voice header from 3156418 to TG 9
M: 2020-06-07 00:01:39.900 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%

On 6/6/2020 3:43 PM, Steve N4IRS wrote:
As in, you have it working now?

On 6/6/20 6:32 PM, W8DSB wrote:
Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0




Steve N4IRS
 

you may need to update it.

On 6/6/20 10:25 PM, Nomis Bayan Jr. wrote:

HI Steve,

I just found out that there was nothing on the DMRIds.dat. No data.

On 6/6/2020 7:24 PM, Steve N4IRS wrote:
Check your /var/lib/mmdvm/DMRIds.dat you may need to update it.

Steve

On 6/6/20 9:29 PM, Nomis Bayan Jr. wrote:

HI Steve,

Could not figure out why the callsign will not show up instead it is the DMR id....it was not like this before when I first started.

What I noticed was that I am missing this on the log:


I: 2020-05-15 07:06:48.383 Loaded 164301 Ids to the DMR callsign lookup table


DMR and Dstar will show the correct Callsign except for YSF, it will display the DMR ID.

Anything I am missing.

here is my set up

root@dvswitch:/opt/MMDVM_Bridge_BM# ./MMDVM_Bridge MMDVM_Bridge.ini
I: 2020-06-06 23:57:54.348 MMDVM_Bridge:
I: 2020-06-06 23:57:54.348 Portions Copyright (C) 2018, 2019, 2020 DVSwitch, INAD.
I: 2020-06-06 23:57:54.348 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-06-06 23:57:54.348 =
I: 2020-06-07 00:01:19.854 This software is for use on amateur radio networks only,
I: 2020-06-07 00:01:19.854 it is to be used for educational purposes only. Its use on
I: 2020-06-07 00:01:19.854 commercial networks is strictly prohibited.
I: 2020-06-07 00:01:19.854 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-06-07 00:01:19.854 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-06-07 00:01:19.854 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-06-07 00:01:19.854 General Parameters
I: 2020-06-07 00:01:19.854     Callsign: N0MIS
I: 2020-06-07 00:01:19.854     Id: 3156418
I: 2020-06-07 00:01:19.854     Duplex: no
I: 2020-06-07 00:01:19.854     Timeout: 180s
I: 2020-06-07 00:01:19.854     D-Star: disabled
I: 2020-06-07 00:01:19.854     DMR: enabled
I: 2020-06-07 00:01:19.854     YSF: disabled
I: 2020-06-07 00:01:19.854     P25: disabled
I: 2020-06-07 00:01:19.854     NXDN: disabled
I: 2020-06-07 00:01:19.854 Modem Parameters
I: 2020-06-07 00:01:19.854     Port: /dev/null
I: 2020-06-07 00:01:19.855     RX Invert: no
I: 2020-06-07 00:01:19.855     TX Invert: no
I: 2020-06-07 00:01:19.855     PTT Invert: no
I: 2020-06-07 00:01:19.855     TX Delay: 100ms
I: 2020-06-07 00:01:19.855     RX Offset: 0Hz
I: 2020-06-07 00:01:19.855     TX Offset: 0Hz
I: 2020-06-07 00:01:19.855     RX DC Offset: 0
I: 2020-06-07 00:01:19.855     TX DC Offset: 0
I: 2020-06-07 00:01:19.855     RF Level: 100.0%
I: 2020-06-07 00:01:19.855     DMR Delay: 0 (0.0ms)
I: 2020-06-07 00:01:19.855     RX Level: 50.0%
I: 2020-06-07 00:01:19.855     CW Id TX Level: 50.0%
I: 2020-06-07 00:01:19.855     D-Star TX Level: 50.0%
I: 2020-06-07 00:01:19.855     DMR TX Level: 50.0%
I: 2020-06-07 00:01:19.855     YSF TX Level: 50.0%
I: 2020-06-07 00:01:19.855     P25 TX Level: 50.0%
I: 2020-06-07 00:01:19.855     NXDN TX Level: 50.0%
I: 2020-06-07 00:01:19.855     RX Frequency: 222340000Hz (222340000Hz)
I: 2020-06-07 00:01:19.855     TX Frequency: 224940000Hz (224940000Hz)
M: 2020-06-07 00:01:19.855 Opening the MMDVM
I: 2020-06-07 00:01:19.855 Display Parameters
I: 2020-06-07 00:01:19.855     Type:
I: 2020-06-07 00:01:19.855 DMR Network Parameters
I: 2020-06-07 00:01:19.855     Address: 45.22.199.202
I: 2020-06-07 00:01:19.855     Port: 62030
I: 2020-06-07 00:01:19.855     Local: 62033
I: 2020-06-07 00:01:19.855     Jitter: 360ms
I: 2020-06-07 00:01:19.855     Slot 1: disabled
I: 2020-06-07 00:01:19.855     Slot 2: enabled
I: 2020-06-07 00:01:19.855     Mode Hang: 3s
I: 2020-06-07 00:01:19.855     Options: XLX:4002
I: 2020-06-07 00:01:19.856 Info Parameters
I: 2020-06-07 00:01:19.856     Callsign: N0MIS
I: 2020-06-07 00:01:19.856     RX Frequency: 222340000Hz
I: 2020-06-07 00:01:19.856     TX Frequency: 224940000Hz
I: 2020-06-07 00:01:19.856     Power: 1W
I: 2020-06-07 00:01:19.856     Latitude: 32.785198deg N
I: 2020-06-07 00:01:19.856     Longitude: -117.029503deg E
I: 2020-06-07 00:01:19.856     Height: 0m
I: 2020-06-07 00:01:19.856     Location: "La Mesa, San Diego, CA"
I: 2020-06-07 00:01:19.856     Description: "MMDVM_Bridge"
I: 2020-06-07 00:01:19.856     URL: "https://groups.io/g/DVSwitch"
M: 2020-06-07 00:01:19.856 DMR, Opening DMR Network
I: 2020-06-07 00:01:19.856 RSSI
I: 2020-06-07 00:01:19.856     Mapping File: RSSI.dat
W: 2020-06-07 00:01:19.856 Cannot open the RSSI data file - RSSI.dat
I: 2020-06-07 00:01:19.856 DMR Id Lookups
I: 2020-06-07 00:01:19.856     File: /var/lib/mmdvm/DMRIds.dat
I: 2020-06-07 00:01:19.856     Reload: 24 hours
I: 2020-06-07 00:01:19.856 DMR RF Parameters
I: 2020-06-07 00:01:19.856 Started the DMR Id lookup reload thread
I: 2020-06-07 00:01:19.856     Id: 3156418
I: 2020-06-07 00:01:19.856     Color Code: 1
I: 2020-06-07 00:01:19.856     Self Only: no
I: 2020-06-07 00:01:19.856     Embedded LC Only: yes
I: 2020-06-07 00:01:19.856     Dump Talker Alias Data: no
I: 2020-06-07 00:01:19.856     Prefixes: 0
I: 2020-06-07 00:01:19.857     Call Hang: 3s
I: 2020-06-07 00:01:19.857     TX Hang: 3s
I: 2020-06-07 00:01:19.857     Mode Hang: 10s
M: 2020-06-07 00:01:19.857 DMR, Opening INI file: DVSwitch.ini
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] TXPort -> 32100
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] RXPort -> 32103
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Slot -> 2
M: 2020-06-07 00:01:19.857 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103.  Result = 1
M: 2020-06-07 00:01:19.857 MMDVM_Bridge-20191105_V1.4.1 is running
D: 2020-06-07 00:01:29.863 DMR, Sending authorisation
D: 2020-06-07 00:01:29.869 DMR, Sending configuration
M: 2020-06-07 00:01:39.874 DMR, Logged into the master successfully
D: 2020-06-07 00:01:39.874 DMR, Sending XLX options
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4000
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4000, mode=Group
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4002
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4002, mode=Group
M: 2020-06-07 00:01:39.895 DMR Slot 2, received network voice header from 3156418 to TG 9
M: 2020-06-07 00:01:39.900 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%

On 6/6/2020 3:43 PM, Steve N4IRS wrote:
As in, you have it working now?

On 6/6/20 6:32 PM, W8DSB wrote:
Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0





Nomis Bayan Jr.
 

HI Steve, Thank you so much.

On 6/6/2020 8:35 PM, Steve N4IRS wrote:

you may need to update it.

On 6/6/20 10:25 PM, Nomis Bayan Jr. wrote:

HI Steve,

I just found out that there was nothing on the DMRIds.dat. No data.

On 6/6/2020 7:24 PM, Steve N4IRS wrote:
Check your /var/lib/mmdvm/DMRIds.dat you may need to update it.

Steve

On 6/6/20 9:29 PM, Nomis Bayan Jr. wrote:

HI Steve,

Could not figure out why the callsign will not show up instead it is the DMR id....it was not like this before when I first started.

What I noticed was that I am missing this on the log:


I: 2020-05-15 07:06:48.383 Loaded 164301 Ids to the DMR callsign lookup table


DMR and Dstar will show the correct Callsign except for YSF, it will display the DMR ID.

Anything I am missing.

here is my set up

root@dvswitch:/opt/MMDVM_Bridge_BM# ./MMDVM_Bridge MMDVM_Bridge.ini
I: 2020-06-06 23:57:54.348 MMDVM_Bridge:
I: 2020-06-06 23:57:54.348 Portions Copyright (C) 2018, 2019, 2020 DVSwitch, INAD.
I: 2020-06-06 23:57:54.348 Hacks by Mike N4IRR and Steve N4IRS
I: 2020-06-06 23:57:54.348 =
I: 2020-06-07 00:01:19.854 This software is for use on amateur radio networks only,
I: 2020-06-07 00:01:19.854 it is to be used for educational purposes only. Its use on
I: 2020-06-07 00:01:19.854 commercial networks is strictly prohibited.
I: 2020-06-07 00:01:19.854 Copyright(C) 2015-2018 by Jonathan Naylor, G4KLX and others
M: 2020-06-07 00:01:19.854 MMDVM_Bridge-20191105_V1.4.1 is starting
M: 2020-06-07 00:01:19.854 Built 14:38:14 Nov 11 2019 (GitID #9dae1ac)
I: 2020-06-07 00:01:19.854 General Parameters
I: 2020-06-07 00:01:19.854     Callsign: N0MIS
I: 2020-06-07 00:01:19.854     Id: 3156418
I: 2020-06-07 00:01:19.854     Duplex: no
I: 2020-06-07 00:01:19.854     Timeout: 180s
I: 2020-06-07 00:01:19.854     D-Star: disabled
I: 2020-06-07 00:01:19.854     DMR: enabled
I: 2020-06-07 00:01:19.854     YSF: disabled
I: 2020-06-07 00:01:19.854     P25: disabled
I: 2020-06-07 00:01:19.854     NXDN: disabled
I: 2020-06-07 00:01:19.854 Modem Parameters
I: 2020-06-07 00:01:19.854     Port: /dev/null
I: 2020-06-07 00:01:19.855     RX Invert: no
I: 2020-06-07 00:01:19.855     TX Invert: no
I: 2020-06-07 00:01:19.855     PTT Invert: no
I: 2020-06-07 00:01:19.855     TX Delay: 100ms
I: 2020-06-07 00:01:19.855     RX Offset: 0Hz
I: 2020-06-07 00:01:19.855     TX Offset: 0Hz
I: 2020-06-07 00:01:19.855     RX DC Offset: 0
I: 2020-06-07 00:01:19.855     TX DC Offset: 0
I: 2020-06-07 00:01:19.855     RF Level: 100.0%
I: 2020-06-07 00:01:19.855     DMR Delay: 0 (0.0ms)
I: 2020-06-07 00:01:19.855     RX Level: 50.0%
I: 2020-06-07 00:01:19.855     CW Id TX Level: 50.0%
I: 2020-06-07 00:01:19.855     D-Star TX Level: 50.0%
I: 2020-06-07 00:01:19.855     DMR TX Level: 50.0%
I: 2020-06-07 00:01:19.855     YSF TX Level: 50.0%
I: 2020-06-07 00:01:19.855     P25 TX Level: 50.0%
I: 2020-06-07 00:01:19.855     NXDN TX Level: 50.0%
I: 2020-06-07 00:01:19.855     RX Frequency: 222340000Hz (222340000Hz)
I: 2020-06-07 00:01:19.855     TX Frequency: 224940000Hz (224940000Hz)
M: 2020-06-07 00:01:19.855 Opening the MMDVM
I: 2020-06-07 00:01:19.855 Display Parameters
I: 2020-06-07 00:01:19.855     Type:
I: 2020-06-07 00:01:19.855 DMR Network Parameters
I: 2020-06-07 00:01:19.855     Address: 45.22.199.202
I: 2020-06-07 00:01:19.855     Port: 62030
I: 2020-06-07 00:01:19.855     Local: 62033
I: 2020-06-07 00:01:19.855     Jitter: 360ms
I: 2020-06-07 00:01:19.855     Slot 1: disabled
I: 2020-06-07 00:01:19.855     Slot 2: enabled
I: 2020-06-07 00:01:19.855     Mode Hang: 3s
I: 2020-06-07 00:01:19.855     Options: XLX:4002
I: 2020-06-07 00:01:19.856 Info Parameters
I: 2020-06-07 00:01:19.856     Callsign: N0MIS
I: 2020-06-07 00:01:19.856     RX Frequency: 222340000Hz
I: 2020-06-07 00:01:19.856     TX Frequency: 224940000Hz
I: 2020-06-07 00:01:19.856     Power: 1W
I: 2020-06-07 00:01:19.856     Latitude: 32.785198deg N
I: 2020-06-07 00:01:19.856     Longitude: -117.029503deg E
I: 2020-06-07 00:01:19.856     Height: 0m
I: 2020-06-07 00:01:19.856     Location: "La Mesa, San Diego, CA"
I: 2020-06-07 00:01:19.856     Description: "MMDVM_Bridge"
I: 2020-06-07 00:01:19.856     URL: "https://groups.io/g/DVSwitch"
M: 2020-06-07 00:01:19.856 DMR, Opening DMR Network
I: 2020-06-07 00:01:19.856 RSSI
I: 2020-06-07 00:01:19.856     Mapping File: RSSI.dat
W: 2020-06-07 00:01:19.856 Cannot open the RSSI data file - RSSI.dat
I: 2020-06-07 00:01:19.856 DMR Id Lookups
I: 2020-06-07 00:01:19.856     File: /var/lib/mmdvm/DMRIds.dat
I: 2020-06-07 00:01:19.856     Reload: 24 hours
I: 2020-06-07 00:01:19.856 DMR RF Parameters
I: 2020-06-07 00:01:19.856 Started the DMR Id lookup reload thread
I: 2020-06-07 00:01:19.856     Id: 3156418
I: 2020-06-07 00:01:19.856     Color Code: 1
I: 2020-06-07 00:01:19.856     Self Only: no
I: 2020-06-07 00:01:19.856     Embedded LC Only: yes
I: 2020-06-07 00:01:19.856     Dump Talker Alias Data: no
I: 2020-06-07 00:01:19.856     Prefixes: 0
I: 2020-06-07 00:01:19.857     Call Hang: 3s
I: 2020-06-07 00:01:19.857     TX Hang: 3s
I: 2020-06-07 00:01:19.857     Mode Hang: 10s
M: 2020-06-07 00:01:19.857 DMR, Opening INI file: DVSwitch.ini
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Address -> 127.0.0.1
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] TXPort -> 32100
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] RXPort -> 32103
M: 2020-06-07 00:01:19.857 DMR, Setting [DMR] Slot -> 2
M: 2020-06-07 00:01:19.857 DMR, Transmitting on 127.0.0.1:32100 and listening on port 32103.  Result = 1
M: 2020-06-07 00:01:19.857 MMDVM_Bridge-20191105_V1.4.1 is running
D: 2020-06-07 00:01:29.863 DMR, Sending authorisation
D: 2020-06-07 00:01:29.869 DMR, Sending configuration
M: 2020-06-07 00:01:39.874 DMR, Logged into the master successfully
D: 2020-06-07 00:01:39.874 DMR, Sending XLX options
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4000
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4000, mode=Group
M: 2020-06-07 00:01:39.874 DMR, Remote CMD: txTg=4002
M: 2020-06-07 00:01:39.874 DMR, Tune: id=3156418, tg=4002, mode=Group
M: 2020-06-07 00:01:39.895 DMR Slot 2, received network voice header from 3156418 to TG 9
M: 2020-06-07 00:01:39.900 DMR Slot 2, received network end of voice transmission, 0.1 seconds, 0% packet loss, BER: 0.0%

On 6/6/2020 3:43 PM, Steve N4IRS wrote:
As in, you have it working now?

On 6/6/20 6:32 PM, W8DSB wrote:
Thanks, this is the working example:

[DMR Network]
Enable=1
Address=68.36.42.150
Port=62030
Jitter=750
Local=62032
Password=passw0rd
Options=XLX:4002
Slot1=0
Slot2=1
Debug=0