Always a 1 min timeout for Echo
This commit is contained in:
parent
bc9b1d5f0e
commit
74b4ce5fc2
@ -160,6 +160,9 @@ def make_bridges(_rules):
|
|||||||
#Make a single bridge - used for on-the-fly UA bridges
|
#Make a single bridge - used for on-the-fly UA bridges
|
||||||
def make_single_bridge(_tgid,_sourcesystem,_slot,_tmout):
|
def make_single_bridge(_tgid,_sourcesystem,_slot,_tmout):
|
||||||
_tgid_s = str(int_id(_tgid))
|
_tgid_s = str(int_id(_tgid))
|
||||||
|
#Always a 1 min timeout for Echo
|
||||||
|
if _tgid_s = '9990':
|
||||||
|
_tmout = 1
|
||||||
BRIDGES[_tgid_s] = []
|
BRIDGES[_tgid_s] = []
|
||||||
for _system in CONFIG['SYSTEMS']:
|
for _system in CONFIG['SYSTEMS']:
|
||||||
if _system[0:3] != 'OBP':
|
if _system[0:3] != 'OBP':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user