Fix disconnected / linked to voice on Dial-A-TG timeout
This commit is contained in:
parent
2e4134656f
commit
00605369c6
@ -537,7 +537,7 @@ def disconnectedVoice(system):
|
|||||||
sleep(0.058)
|
sleep(0.058)
|
||||||
_stream_id = pkt[16:20]
|
_stream_id = pkt[16:20]
|
||||||
_pkt_time = time()
|
_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)
|
logger.debug('(%s) disconnected voice thread end',system)
|
||||||
|
|
||||||
def playFileOnRequest(self,fileNumber):
|
def playFileOnRequest(self,fileNumber):
|
||||||
|
Loading…
Reference in New Issue
Block a user