Update web_tables.py

This commit is contained in:
Waldek 2019-06-09 13:08:02 +02:00 committed by GitHub
parent 604f9ec1e6
commit 1486d7cda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,12 +422,14 @@ def rts_update(p):
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['DEST'] = ''
if system in CTABLE['OPENBRIDGES']:
if not CTABLE['OPENBRIDGES'][system]['STREAMS']:
CTABLE['OPENBRIDGES'][system]['BGCOLOR'] = WHITE
CTABLE['OPENBRIDGES'][system]['COLOR'] = BLACK
else:
CTABLE['OPENBRIDGES'][system]['BGCOLOR'] = YELLOW
CTABLE['OPENBRIDGES'][system]['COLOR'] = BLACK
if action == 'START':
CTABLE['OPENBRIDGES'][system]['STREAMS'][streamId] = (trx, alias_call(sourceSub, subscriber_ids),'{}'.format(alias_tgid(destination,talkgroup_ids)))
CTABLE['OPENBRIDGES'][system]['STREAMS'][streamId] = (trx, alias_call(sourceSub, subscriber_ids),'TG{}'.format(destination))
CTABLE['OPENBRIDGES'][system]['BGCOLOR'] = YELLOW
CTABLE['OPENBRIDGES'][system]['COLOR'] = BLACK
if action == 'END':