Fix my mess

This commit is contained in:
Simon 2021-04-15 18:59:24 +01:00
parent 3a1626fde7
commit c3f438ae31
1 changed files with 1 additions and 5 deletions

View File

@ -1103,7 +1103,6 @@ class routerOBP(OPENBRIDGE):
continue
# Is this a new call stream on the target?
if (_stream_id not in _target_status):
# This is a new call stream on the target
@ -1451,9 +1450,6 @@ class routerHBP(HBSYSTEM):
#logger.info('(%s) Conference Bridge: %s, is Source Quenched for Stream ID: %s, skipping system: %s TS: %s, TGID: %s', self._system, _bridge, int_id(_stream_id), _target['SYSTEM'], _target['TS'], int_id(_target['TGID']))
continue
#If target has missed 6 (on 1 min) of keepalives, don't send
if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < _pkt_time - 60:
continue
# Is this a new call stream on the target?
if (_stream_id not in _target_status):