diff --git a/bridge_master.py b/bridge_master.py index abd4ce8..0264bf4 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2366,6 +2366,9 @@ class routerHBP(HBSYSTEM): #Handle AMI if _call_type == 'unit' and not _data_call and _slot == 1: + + self.STATUS[_slot]['TX_TIME'] = self.STATUS[_slot]['TX_TIME'] - 5 + if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']): if _int_dst_id == 4000: logger.info('(%s) AMI: Private call from %s to %s (Disconnect)',self._system, int_id(_rf_src), _int_dst_id)