identtg
Simon 4 years ago
parent d8b90988d7
commit 6118eb8fd8

@ -691,7 +691,7 @@ def ident():
_dst_id = bytes_3(CONFIG['SYSTEMS'][system]['OVERRIDE_IDENT_TG']) _dst_id = bytes_3(CONFIG['SYSTEMS'][system]['OVERRIDE_IDENT_TG'])
else: else:
_dst_id = _all_call _dst_id = _all_call
logger.info('(%s) %s System idle. Sending voice ident to TG %s',_callsign,get_alias(_dst_id,talkgroup_ids)) logger.info('(%s) %s System idle. Sending voice ident to TG %s',_callsign,get_alias(system,_dst_id,talkgroup_ids))
_say = [words[_lang]['silence']] _say = [words[_lang]['silence']]
_say.append(words[_lang]['silence']) _say.append(words[_lang]['silence'])
_say.append(words[_lang]['silence']) _say.append(words[_lang]['silence'])

Loading…
Cancel
Save

Powered by TurnKey Linux.