Simon 4 years ago
parent e7224bfa1e
commit e3fc10cfce

@ -688,7 +688,7 @@ def ident():
_dst_id = b'' _dst_id = b''
if 'OVERRIDE_IDENT_TG' in CONFIG['SYSTEMS'][system] and CONFIG['SYSTEMS'][system]['OVERRIDE_IDENT_TG']: if 'OVERRIDE_IDENT_TG' in CONFIG['SYSTEMS'][system] and CONFIG['SYSTEMS'][system]['OVERRIDE_IDENT_TG']:
_dst_id = bytes_3(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) System idle. Sending voice ident to TG',system,int_id(_dst_id)) logger.info('(%s) System idle. Sending voice ident to TG',system,int_id(_dst_id))

Loading…
Cancel
Save

Powered by TurnKey Linux.