From e3193ff9ec24604ef7e56a94282d952e86e3c411 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 5 Dec 2018 10:36:17 -0600 Subject: [PATCH] Revert "Update hb_confbridge.py" This reverts commit 91e8948d19dc01c18282368ba154f45980bcf0e1. --- hb_confbridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hb_confbridge.py b/hb_confbridge.py index 0738754..03591e8 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -591,8 +591,8 @@ class routerHBP(HBSYSTEM): _target_status[_target['TS']]['TX_EMB_LC'] = bptc.encode_emblc(dst_lc) logger.debug('(%s) Generating TX FULL and EMB LCs for HomeBrew destination: System: %s, TS: %s, TGID: %s', self._system, _target['SYSTEM'], _target['TS'], int_id(_target['TGID'])) logger.info('(%s) Conference Bridge: %s, Call Bridged to HBP System: %s TS: %s, TGID: %s', self._system, _bridge, _target['SYSTEM'], _target['TS'], int_id(_target['TGID'])) - #if CONFIG['REPORTS']['REPORT']: - # systems[_target['SYSTEM']]._report.send_bridgeEvent('GROUP VOICE,START,TX,{},{},{},{},{},{},{:.2f}'.format(self._system, int_id(_target_status[_stream_id]), int_id(_peer_id), int_id(_rf_src), _slot, int_id(_target['TGID']))) + if CONFIG['REPORTS']['REPORT']: + systems[_target['SYSTEM']]._report.send_bridgeEvent('GROUP VOICE,START,TX,{},{},{},{},{},{},{:.2f}'.format(self._system, int_id(_target_status[_stream_id]), int_id(_peer_id), int_id(_rf_src), _slot, int_id(_target['TGID']))) # Set other values for the contention handler to test next time there is a frame to forward _target_status[_target['TS']]['TX_TIME'] = pkt_time