Fix disconnected / linked to voice on Dial-A-TG timeout

This commit is contained in:
Simon 2021-08-23 00:10:19 +01:00
parent 2e4134656f
commit 00605369c6
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ def disconnectedVoice(system):
sleep(0.058)
_stream_id = pkt[16:20]
_pkt_time = time()
reactor.callFromThread(sendVoicePacket,self,pkt,_source_id,_nine,_slot)
reactor.callFromThread(sendVoicePacket,systems[system],pkt,_source_id,_nine,_slot)
logger.debug('(%s) disconnected voice thread end',system)
def playFileOnRequest(self,fileNumber):