bytes3 not int

extrastats2 v1.3.9.1
Simon 3 years ago
parent 630e2a00a1
commit 660ca30fa6

@ -546,7 +546,7 @@ def sendVoicePacket(self,pkt,_source_id,_dest_id,_slot):
'TGID': _dest_id,
'LAST': _pkt_time,
'source_server': self._CONFIG['GLOBAL']['SERVER_ID'],
'source_rptr': int_id(5000)
'source_rptr': bytes_3(5000)
}
_slot['TX_TGID'] = _dest_id
else:

Loading…
Cancel
Save

Powered by TurnKey Linux.