Page 1 of 1
BLOCKING TG / ONLY ALLOWED TGS
Posted: Mon Apr 20, 2020 6:09 pm
by EA3FA
Hi,
Is there somewhere within Pi-Star configuration (Maybe DMRGateway.php) to add something like;
ALLOWED TGs list or
BLOCKED TGs list
??
If so,
Does it allow to set the TS using that list/rule??
Thanks for helping.
Re: BLOCKING TG / ONLY ALLOWED TGS
Posted: Mon Apr 20, 2020 7:37 pm
by M1DNS
Whilst you can't block a Tg you can list permitted TG's
On a terminal...
rpi-rw
cd /etc
sudo nano mmdvmhost
Add these lines...
Slot1TGWhiteList=
Slot2TGWhiteList=
Ctrl + O ** saves the file **
Ctrl + X ** exit the editor **
It's now possible to add a list of permitted TG's as CSV on the expert pages of mmdvmhost.
admin/expert/edit_mmdvmhost.php
Sent from my SM-G935F using Tapatalk
Re: BLOCKING TG / ONLY ALLOWED TGS
Posted: Mon Apr 20, 2020 8:47 pm
by EA3FA
Oky...
Thanks a lot Andrew !!!
Re: BLOCKING TG / ONLY ALLOWED TGS
Posted: Mon Apr 20, 2020 8:57 pm
by EA3FA
It's now possible to add a list of permitted TG's as CSV on the expert pages of mmdvmhost.
admin/expert/edit_mmdvmhost.php
I guess it's on 4.x.x version as I don't see it on 3.4.17
Re: BLOCKING TG / ONLY ALLOWED TGS
Posted: Mon Apr 20, 2020 9:44 pm
by M1DNS
You'll need to add the entries lines in the mmdvmhost file in /etc.
Then you can add them via the expert config page.
If you need to you can add the entries in their entirety, whilst your editing the file
/etc/mmdvmhost.
Slot2TGWhiteList=1234,5678,91,9,81,3456
Sent from my SM-G935F using Tapatalk
Re: BLOCKING TG / ONLY ALLOWED TGS
Posted: Mon Apr 20, 2020 10:37 pm
by EA3FA
Ok... Clear now!
Thanks for helping.