|
|
|
|
@ -941,7 +941,7 @@ if __name__ == '__main__':
|
|
|
|
|
signal.signal(sig, sig_handler)
|
|
|
|
|
|
|
|
|
|
# Create the name-number mapping dictionaries
|
|
|
|
|
peer_ids, subscriber_ids, talkgroup_ids, local_subscriber_ids = mk_aliases(CONFIG)
|
|
|
|
|
peer_ids, subscriber_ids, talkgroup_ids, local_subscriber_ids,server_ids = mk_aliases(CONFIG)
|
|
|
|
|
|
|
|
|
|
# Import the ruiles file as a module, and create BRIDGES from it
|
|
|
|
|
spec = importlib.util.spec_from_file_location("module.name", cli_args.RULES_FILE)
|
|
|
|
|
|