ALso 1 min timeout for echo on dial

This commit is contained in:
Simon 2021-03-28 15:28:47 +01:00
parent f3d1a73a99
commit 3f54c204c7

View File

@ -253,6 +253,9 @@ def reset_default_reflector(reflector,_tmout,system):
def make_single_reflector(_tgid,_tmout,_sourcesystem): def make_single_reflector(_tgid,_tmout,_sourcesystem):
_tgid_s = str(int_id(_tgid)) _tgid_s = str(int_id(_tgid))
_bridge = '#' + _tgid_s _bridge = '#' + _tgid_s
#1 min timeout for echo
if _tgid_s == '9990':
_tmout = 1
BRIDGES[_bridge] = [] BRIDGES[_bridge] = []
for _system in CONFIG['SYSTEMS']: for _system in CONFIG['SYSTEMS']:
#if _system[0:3] != 'OBP': #if _system[0:3] != 'OBP':