Is there a way to make the P25 Talk Groups static? I'd like to set up four hotspots for 10100 through 10400 then scan them all on my radio. I think as of now, once connected they time out after 20 min.
It is possible to add multiple static talkgroups in the P25Gateway.ini file for one hotspot; see
https://github.com/g4klx/P25Clients/blob/adb4ab511d57ff6e4139b15ee9617407ebcd0508/P25Gateway/P25Gateway.ini#L34
Also, if you set "InactivityTimeout=0" in the P25Gateway.ini file, it should prevent it from disconnecting or causing any time out problems:
https://github.com/DVSwitch/P25Gateway/blob/e9ebbdd36918e0df60b12deb2cbf6edba8c83df4/P25Gateway.ini#L34
Related threads that I could find:
Related threads that I could find:
https://dvswitch.groups.io/g/main/topic/p25gateway_inactivity_timeout/77748798
https://dvswitch.groups.io/g/Quantar-Bridge/topic/80600321
https://dvswitch.groups.io/g/Quantar-Bridge/topic/80600321
https://github.com/g4klx/P25Clients/issues/122#issuecomment-667024687
Here is the part of the code that is causing the timeout problem (I think) :
Here is the part of the code that is causing the timeout problem (I think) :
https://github.com/g4klx/P25Clients/blob/f3efdf6874242f278e7f9f688f18883ae27bdb82/P25Gateway/P25Gateway.cpp#L558
Then add a radio scanner to scan your hotspot MMDVM frequency so your transceivers are not running (power) 24/7 and you are “gravy”.
Then add a radio scanner to scan your hotspot MMDVM frequency so your transceivers are not running (power) 24/7 and you are “gravy”.
VE3WZW.Net