Getting ready to add automatic static TG and default reflector setup

This commit is contained in:
Simon 2020-10-01 22:52:04 +01:00
parent dacf57648a
commit 769aef3e6f
1 changed files with 4 additions and 1 deletions

View File

@ -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': {}})