From b3273fcc7fd87350c37e302fa545bc9f1121e8a8 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 12 Oct 2018 16:19:02 -0500 Subject: [PATCH] Update hb_confbridge.py --- hb_confbridge.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hb_confbridge.py b/hb_confbridge.py index 0b9d2f0..223304b 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -210,6 +210,7 @@ class routerOBP(OPENBRIDGE): if (_stream_id not in self.STATUS): # This is a new call stream + self.STATUS[_stream_id] = {} self.STATUS[_stream_id]['STREAM_START'] = pkt_time self.STATUS[_stream_id]['PKT_COUNT'] = 0 self.STATUS[_stream_id]['CONTENTION'] = False