@ -1959,6 +1959,7 @@ class routerHBP(HBSYSTEM):
#Handle private calls (for reflectors)
if _call_type == 'unit' and _slot == 2 and not _data_call:
if (_stream_id != self.STATUS[_slot]['RX_STREAM_ID']):
@ -2444,7 +2445,7 @@ if __name__ == '__main__':
BRIDGES = make_bridges(rules_module.BRIDGES)
#Subscriber map for unit calls
SUB_MAP = {}
SUB_MAP = {bytes_3(7357):('REP-1',1,time())}
#Generator
generator = {}
Powered by TurnKey Linux.