fix packet counter

rate
Simon 4 years ago
parent 5636f8627b
commit 78c5777b46
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1617,7 +1617,7 @@ class routerOBP(OPENBRIDGE):
}
self.STATUS[_stream_id]['packets'] = self.STATUS[_stream_id]['packets'] +1
self.STATUS[_stream_id]['packets'] = self.STATUS[_stream_id]['packets'] +1
# If we can, use the LC from the voice header as to keep all options intact
if _frame_type == HBPF_DATA_SYNC and _dtype_vseq == HBPF_SLT_VHEAD:

Loading…
Cancel
Save

Powered by TurnKey Linux.