TGIF not accepting ESSID when editing DMR GateWay

General support for the Pi-Star System
Post Reply
w1tcc
Posts: 4
Joined: Sun May 31, 2020 8:39 pm

TGIF not accepting ESSID when editing DMR GateWay

Post by w1tcc »

Hi all,
Ran into a problem with the TGIF network on a full duplex hotspot running v4.1.2. When I connect using the DMR Master: drop down box everything works. I can select ESSID: 05 and I can control both slots. Looking at http://tgif.network:5040/api/sessions everything shows up correctly as well. I tried looking at the Expert settings but the TGIF Network configuration section did not show up.

BUT if I change the DMR master: to DMRGateway and Add DMR+ Master with XLXMaster I realize I have to edit the DMR GateWay:

[DMR Network 4]
Enabled=1
Name=TGIF_Network
Address=tgif.network
Password=passw0rd
Id=xxxxxxx <--------------- any more than 7 digits here does not work
Port=62031
Local=62035
TGRewrite0=2,4000001,2,1,999999
TGRewrite0=1,4000001,1,1,999999
SrcRewrite1=2,9990,2,9990,1
Location=0
Debug=0

This configuration works. The only problem is I can not extend the ID past 7 digits. I can not use ESSID: 05
Am I missing something?

Thanks
Tim
WB3IHY
Posts: 31
Joined: Wed Mar 20, 2019 3:29 pm

Re: TGIF not accepting ESSID when editing DMR GateWay

Post by WB3IHY »

> I can not use ESSID: 05

Have you tried other ESSIDs besides 05? I've heard of others having problems with the current TGIF server rejecting certain ids for no apparent reason.

When that does occur, changing the last two digits to something that hasn't been previously seen by/used on the server often gets things working.

I use the DMR Gateway on a simplex hotspot running pi-star 4.1.2 with an extended ESSID on TGIF with no difficulties. My configuration looks nearly identical to yours minus the rewrite rule for the unused timeslot, so I don't think you're missing anything.
User avatar
MW0MWZ
Site Admin
Posts: 1505
Joined: Wed Apr 04, 2018 9:15 pm
Location: Wales, UK
Contact:

Re: TGIF not accepting ESSID when editing DMR GateWay

Post by MW0MWZ »

Using TGIF and ESSID no problem here.
Andy

73 de MW0MWZ
http://pistar.uk
w1tcc
Posts: 4
Joined: Sun May 31, 2020 8:39 pm

Re: TGIF not accepting ESSID when editing DMR GateWay

Post by w1tcc »

Andy,
You were right. Changed it to 01 and did not take at first boot up.
Just using the the API a few times cleared the problem.


[DMR Network 4]
Enabled=1
Name=TGIF_Network
Address=tgif.network
Password=passw0rd
Id=xxxxxxx01
Port=62031
PCRewrite1=1,4009990,1,9990,1
PCRewrite2=2,4009990,2,9990,1
TypeRewrite1=1,4009990,1,9990
TypeRewrite2=2,4009990,2,9990
TGRewrite1=1,4000001,1,1,999999
TGRewrite2=2,4000001,2,1,999999
SrcRewrite1=1,9990,1,4009990,1
SrcRewrite2=2,9990,2,4009990,1
SrcRewrite3=1,1,1,4000001,999999
SrcRewrite4=2,1,2,4000001,999999
Location=0
Debug=0
Post Reply