Simon 4 years ago
parent 9b2eacdc0f
commit fdb1c4cd7c

@ -2346,9 +2346,7 @@ class routerHBP(HBSYSTEM):
#Allstar mode switch #Allstar mode switch
if CONFIG['ALLSTAR']['ENABLED'] and _int_dst_id == 8: if CONFIG['ALLSTAR']['ENABLED'] and _int_dst_id == 8:
logger.info('(%s) Reflector: voice called - TG 8 AllStar"', self._system) logger.info('(%s) Reflector: voice called - TG 8 AllStar"', self._system)
_say.append(words[_lang]['A']) _say.append(words[_lang]['all-star-link-mode'])
_say.append(words[_lang]['S'])
_say.append(words[_lang]['L'])
_say.append(words[_lang]['silence']) _say.append(words[_lang]['silence'])
self.STATUS[_slot]['_stopTgAnnounce'] = True self.STATUS[_slot]['_stopTgAnnounce'] = True
self.STATUS[_slot]['_allStarMode'] = True self.STATUS[_slot]['_allStarMode'] = True

@ -109,13 +109,15 @@ voiceMap = {
'Z': 'zulu', 'Z': 'zulu',
'to': 'silence', 'to': 'silence',
'notlinked': 'not-linked', 'notlinked': 'not-linked',
'linkedto': 'linked-to' 'linkedto': 'linked-to',
'allstar-link-mode': 'alpha'
}, },
'en_US': { 'en_US': {
'to': '2', 'to': '2',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence' 'this-is': 'silence',
'allstar-link-mode': 'alpha'
}, },
'es_ES': { 'es_ES': {
@ -156,7 +158,8 @@ voiceMap = {
'Z': 'zulu', 'Z': 'zulu',
'to': 'silence', 'to': 'silence',
'notlinked': 'not-linked', 'notlinked': 'not-linked',
'linkedto': 'linked-to' 'linkedto': 'linked-to',
'allstar-link-mode': 'alfa'
}, },
'es_ES_2': { 'es_ES_2': {
'1': 'one', '1': 'one',
@ -196,7 +199,8 @@ voiceMap = {
'Z': 'zulu', 'Z': 'zulu',
'to': 'silence', 'to': 'silence',
'notlinked': 'not-linked', 'notlinked': 'not-linked',
'linkedto': 'linked-to' 'linkedto': 'linked-to',
'allstar-link-mode': 'alpha'
}, },
'fr_FR': { 'fr_FR': {
@ -228,7 +232,8 @@ voiceMap = {
'Z': 'zulu', 'Z': 'zulu',
'to': 'silence', 'to': 'silence',
'notlinked': 'not-linked', 'notlinked': 'not-linked',
'linkedto': 'linked-to' 'linkedto': 'linked-to',
'allstar-link-mode': 'alpha'
}, },
'pt_PT': { 'pt_PT': {
@ -260,7 +265,8 @@ voiceMap = {
'Z': 'zulu', 'Z': 'zulu',
'to': 'silence', 'to': 'silence',
'notlinked': 'not-linked', 'notlinked': 'not-linked',
'linkedto': 'linked-to' 'linkedto': 'linked-to',
'allstar-link-mode': 'alpha'
}, },
'el_GR': { 'el_GR': {
@ -292,55 +298,63 @@ voiceMap = {
'Z': 'zulu', 'Z': 'zulu',
'to': 'silence', 'to': 'silence',
'notlinked': 'not-linked', 'notlinked': 'not-linked',
'linkedto': 'linked-to' 'allstar-link-mode': 'alpha'
}, },
'de_DE': { 'de_DE': {
'to': 'silence', 'to': 'silence',
'allstar-link-mode': 'A'
}, },
'dk_DK': { 'dk_DK': {
'to': 'silence', 'to': 'silence',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence' 'this-is': 'silence',
'allstar-link-mode': 'A'
}, },
'it_IT': { 'it_IT': {
'to': 'silence', 'to': 'silence',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence' 'this-is': 'silence',
'allstar-link-mode': 'A'
}, },
'no_NO': { 'no_NO': {
'to': 'silence', 'to': 'silence',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence' 'this-is': 'silence',
'allstar-link-mode': 'A'
}, },
'pl_PL': { 'pl_PL': {
'to': 'silence', 'to': 'silence',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence' 'this-is': 'silence',
'allstar-link-mode': 'A'
}, },
'se_SE': { 'se_SE': {
'to': 'silence', 'to': 'silence',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence' 'this-is': 'silence',
'allstar-link-mode': 'A'
}, },
'CW': { 'CW': {
'to': 'silence', 'to': 'silence',
'freedmr': 'silence', 'freedmr': 'silence',
'this-is': 'silence', 'this-is': 'silence',
'linkedto': 'silence' 'linkedto': 'silence',
'allstar-link-mode': 'T'
}, },
'th_TH': { 'th_TH': {
'to': 'silence', 'to': 'silence',
'allstar-link-mode': 'A'
}, },

Loading…
Cancel
Save

Powered by TurnKey Linux.