From 77e2dd04da0b55c688fa2a8fbc50e5bca1ee0d55 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 20 Jun 2022 12:18:24 +0100 Subject: [PATCH] One more fix --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index f9e1806..96eca58 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -734,7 +734,7 @@ def ident(): _stream_id = pkt[16:20] _pkt_time = time() - reactor.callFromThread(sendVoicePacket,systems[system],pkt,_source_id,_all_call,_slot) + reactor.callFromThread(sendVoicePacket,systems[system],pkt,_source_id,_dst_id,_slot) def options_config(): logger.debug('(OPTIONS) Running options parser')