KA commity
This commit is contained in:
parent
c3f438ae31
commit
c57f6ddbb0
@ -1102,6 +1102,11 @@ class routerOBP(OPENBRIDGE):
|
|||||||
#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']))
|
#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
|
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:
|
||||||
|
logger.debug('**************************')
|
||||||
|
continue
|
||||||
|
|
||||||
|
|
||||||
# Is this a new call stream on the target?
|
# Is this a new call stream on the target?
|
||||||
if (_stream_id not in _target_status):
|
if (_stream_id not in _target_status):
|
||||||
@ -1450,6 +1455,9 @@ 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']))
|
#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
|
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?
|
# Is this a new call stream on the target?
|
||||||
if (_stream_id not in _target_status):
|
if (_stream_id not in _target_status):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user