From 72fdca025d9b631c5ce2747237324852df65fd4d Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 15 Oct 2021 16:19:12 +0100 Subject: [PATCH] Control TG 9 slot 2 Dial-A-TG from either slot --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index 290db5e..e0f36e8 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1760,7 +1760,7 @@ class routerHBP(HBSYSTEM): _int_dst_id = int_id(_dst_id) #Handle private calls (for reflectors) - if _call_type == 'unit' and _slot == 2: + if _call_type == 'unit': if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']): self.STATUS[_slot]['_stopTgAnnounce'] = False