Stop "linked to" after "busy" signal

kf7eel
Simon 4 years ago
parent d292b88a14
commit e137e3c125
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1839,6 +1839,7 @@ class routerHBP(HBSYSTEM):
logger.info('(%s) Reflector: voice called - TG < 5 or 9 - "busy""', self._system) logger.info('(%s) Reflector: voice called - TG < 5 or 9 - "busy""', self._system)
_say.append(words[_lang]['busy']) _say.append(words[_lang]['busy'])
_say.append(words[_lang]['silence']) _say.append(words[_lang]['silence'])
self.STATUS[_slot]['_stopTgAnnounce']
#If disconnection called #If disconnection called
if _int_dst_id == 4000: if _int_dst_id == 4000:

Loading…
Cancel
Save

Powered by TurnKey Linux.