From ab1a53614759db657323241e75fd91d98925d295 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 4 Dec 2019 18:51:42 -0600 Subject: [PATCH] Update bridge.py --- bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge.py b/bridge.py index 66b02dc..6bfacd6 100755 --- a/bridge.py +++ b/bridge.py @@ -511,7 +511,7 @@ class routerOBP(OPENBRIDGE): continue # Record target information if this is a new call stream? - if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']): + if (_stream_id not in self.STATUS): # Record the DST TGID and Stream ID _target_status[_slot]['TX_START'] = pkt_time _target_status[_slot]['TX_TGID'] = _dst_id