logger.info('(%s) [A] Reflector for TG %s does not exist. Creating as User Activated. Timeout: %s',self._system,_int_dst_id,CONFIG['SYSTEMS'][self._system]['DEFAULT_UA_TIMER'])
@ -1835,6 +1835,11 @@ class routerHBP(HBSYSTEM):
# _say.append(words[character])
# _say.append(words['silence'])
if_int_dst_id<=5or_int_dst_id==9:
logger.info('(%s) Reflector: voice called - TG < 5 or 9 - "busy""',self._system)
_say.append(words[_lang]['busy'])
_say.append(words[_lang]['silence'])
#If disconnection called
if_int_dst_id==4000:
logger.info('(%s) Reflector: voice called - 4000 "not linked"',self._system)