Update hb_confbridge.py

This commit is contained in:
Cort Buffington 2018-10-12 16:19:02 -05:00
parent f5284f8cfb
commit b3273fcc7f
1 changed files with 1 additions and 0 deletions

View File

@ -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