From c26e5bb4890616b777fbeea7a1c57b97af6c48bd Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 10 Sep 2016 16:26:44 -0500 Subject: [PATCH] Maybe this time. --- bridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge.py b/bridge.py index 59c9972..fd7eac7 100755 --- a/bridge.py +++ b/bridge.py @@ -333,8 +333,8 @@ class bridgeIPSC(IPSC): # Action happens on key up if _burst_data_type == BURST_DATA_TYPE['VOICE_HEAD']: - if self.last_seq_id != seq_id: - self.last_seq_id = seq_id + if self.last_seq_id != _seq_id: + self.last_seq_id = _seq_id logger.info('(%s) GROUP VOICE START: PEER: %s, SUB: %s, TS: %s, TGID: %s', _network, int_id(_peerid), int_id(_src_sub), _ts+1, int_id(_dst_group)) # Action happens on un-key