Update hb_confbridge.py
This commit is contained in:
parent
f5284f8cfb
commit
b3273fcc7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user