mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-03-01 00:48:27 -05:00
fixed problem display Callsign
This commit is contained in:
parent
5aa138b6a0
commit
23aeb91026
@ -659,7 +659,7 @@ def rts_update(p):
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['BGCOLOR'] = bgcolor
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['TYPE'] = callType
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['SUB'] = '{} ({})'.format(alias_short(sourceSub, subscriber_ids), sourceSub)
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['SUB'] = '{}'.format(alias_call(sourceSub, subscriber_ids))
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['CALL'] = '{}'.format(alias_call(sourceSub, subscriber_ids))
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['SRC'] = peer
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['DEST'] = 'TG {} {}'.format(destination,alias_tgid(destination,talkgroup_ids))
|
||||
CTABLE['MASTERS'][system]['PEERS'][peer][timeSlot]['TG'] = 'TG {}'.format(destination)
|
||||
|
Loading…
Reference in New Issue
Block a user