From b67ad6e78730a538e1e65511f281a5f34b85c073 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 25 Mar 2021 19:10:46 +0000 Subject: [PATCH] Stop double-logging voice start --- bridge_master.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 743d0b0..3cf7bed 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -1273,9 +1273,9 @@ class routerOBP(OPENBRIDGE): return #Move this here to stop messing up the dash - we only want to log a QSO if we allow it - if (_stream_id not in self.STATUS): - if CONFIG['REPORTS']['REPORT']: - self._report.send_bridgeEvent('GROUP VOICE,START,RX,{},{},{},{},{},{}'.format(self._system, int_id(_stream_id), int_id(_peer_id), int_id(_rf_src), _slot, int_id(_dst_id)).encode(encoding='utf-8', errors='ignore')) + #if (_stream_id not in self.STATUS): + # if CONFIG['REPORTS']['REPORT']: + # self._report.send_bridgeEvent('GROUP VOICE,START,RX,{},{},{},{},{},{}'.format(self._system, int_id(_stream_id), int_id(_peer_id), int_id(_rf_src), _slot, int_id(_dst_id)).encode(encoding='utf-8', errors='ignore')) self.STATUS[_stream_id]['LAST'] = pkt_time