try to fix last error 2

kf7eel-inc
Simon 4 years ago
parent cc0a9295e5
commit 49442d7607
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1449,6 +1449,9 @@ class routerOBP(OPENBRIDGE):
}
self.STATUS[_stream_id]['LAST'] = pkt_time
if _stream_id in systems[system].STATUS and '1ST' in systems[system].STATUS[_stream_id] and systems[system].STATUS[_stream_id]['TGID'] == _dst_id:
hr_times[system] = systems[system].STATUS[_stream_id]['1ST']
@ -1496,7 +1499,6 @@ class routerOBP(OPENBRIDGE):
logger.info('(%s) *UNKNOWN DATA TYPE* STREAM ID: %s SUB: %s (%s) PEER: %s (%s) TGID %s (%s), TS %s', \
self._system, int_id(_stream_id), get_alias(_rf_src, subscriber_ids), int_id(_rf_src), get_alias(_peer_id, peer_ids), int_id(_peer_id), get_alias(_dst_id, talkgroup_ids), int_id(_dst_id), _slot)
self.STATUS[_stream_id]['LAST'] = pkt_time
if _call_type == 'group' or _call_type == 'vcsbk':
# Is this a new call stream?

Loading…
Cancel
Save

Powered by TurnKey Linux.