This reverts commit 176009a323
.
This commit is contained in:
parent
176009a323
commit
e2b137d6aa
@ -1579,9 +1579,8 @@ class routerHBP(HBSYSTEM):
|
||||
for _bridge in BRIDGES:
|
||||
#if _bridge[0:1] != '#':
|
||||
if True:
|
||||
#for _system in BRIDGES[_bridge]:
|
||||
#if _system['SYSTEM'] == self._system and _system['TGID'] == _dst_id and _system['TS'] == _slot and _system['ACTIVE'] == True:
|
||||
if (int(_bridge) == int_id(_dst_id)) or (int(_bridge[1:]) == int_id(_dst_id)):
|
||||
for _system in BRIDGES[_bridge]:
|
||||
if _system['SYSTEM'] == self._system and _system['TGID'] == _dst_id and _system['TS'] == _slot and _system['ACTIVE'] == True:
|
||||
_sysIgnore = self.to_target(_peer_id, _rf_src, _dst_id, _seq, _slot, _call_type, _frame_type, _dtype_vseq, _stream_id, _data, pkt_time, dmrpkt, _bits,_bridge,_system,False,_sysIgnore)
|
||||
|
||||
# Final actions - Is this a voice terminator?
|
||||
|
Loading…
Reference in New Issue
Block a user