Fix voices
This commit is contained in:
parent
e2dfeb15b0
commit
91dc7129bb
@ -521,7 +521,7 @@ def ident():
|
|||||||
|
|
||||||
_stream_id = pkt[16:20]
|
_stream_id = pkt[16:20]
|
||||||
_pkt_time = time()
|
_pkt_time = time()
|
||||||
reactor.callFromThread(sendVoicePacket,self,pkt,_source_id,_all_call,_slot)
|
reactor.callFromThread(sendVoicePacket,systems[system],pkt,_source_id,_all_call,_slot)
|
||||||
|
|
||||||
def options_config():
|
def options_config():
|
||||||
logger.debug('(OPTIONS) Running options parser')
|
logger.debug('(OPTIONS) Running options parser')
|
||||||
@ -1878,7 +1878,7 @@ if __name__ == '__main__':
|
|||||||
_map = voiceMap[CONFIG['GLOBAL']['ANNOUNCEMENT_LANGUAGE']]
|
_map = voiceMap[CONFIG['GLOBAL']['ANNOUNCEMENT_LANGUAGE']]
|
||||||
for _mapword in _map:
|
for _mapword in _map:
|
||||||
logger.info('(AMBE) Mapping \"%s\" to \"%s\"',_mapword,_map[_mapword])
|
logger.info('(AMBE) Mapping \"%s\" to \"%s\"',_mapword,_map[_mapword])
|
||||||
words[_mapword] = words.pop(_map[_mapword])
|
words[_mapword] = words[_map[_mapword]]
|
||||||
|
|
||||||
# HBlink instance creation
|
# HBlink instance creation
|
||||||
logger.info('(GLOBAL) FreeDMR \'bridge_master.py\' -- SYSTEM STARTING...')
|
logger.info('(GLOBAL) FreeDMR \'bridge_master.py\' -- SYSTEM STARTING...')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user