From 769aef3e6ff86fad9dbe5408c47980ec1fb864d6 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 1 Oct 2020 22:52:04 +0100 Subject: [PATCH] Getting ready to add automatic static TG and default reflector setup --- config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.py b/config.py index fc74b79..04ac975 100755 --- a/config.py +++ b/config.py @@ -274,7 +274,10 @@ def build_config(_config_file): 'TG2_ACL': config.get(section, 'TGID_TS2_ACL'), 'DEFAULT_UA_TIMER': config.getint(section, 'DEFAULT_UA_TIMER'), 'SINGLE_MODE': config.getboolean(section, 'SINGLE_MODE'), - 'VOICE_IDENT': config.getboolean(section, 'VOICE_IDENT') + 'VOICE_IDENT': config.getboolean(section, 'VOICE_IDENT'), + 'TS1_STATIC': config.get(section,'TS1_STATIC'), + 'TS2_STATIC': config.get(section,'TS2_STATIC'), + 'DEFAULT_REFLECTOR': }}) CONFIG['SYSTEMS'][section].update({'PEERS': {}})