@ -2276,7 +2276,7 @@ class routerHBP(HBSYSTEM):
self . STATUS [ _slot ] [ ' _stopTgAnnounce ' ] = False
self . STATUS [ _slot ] [ ' _stopTgAnnounce ' ] = False
logger . info ( ' ( %s ) Reflector: Private call from %s to %s ' , self . _system , int_id ( _rf_src ) , _int_dst_id )
logger . info ( ' ( %s ) Reflector: Private call from %s to %s ' , self . _system , int_id ( _rf_src ) , _int_dst_id )
if _int_dst_id > = 5 and _int_dst_id != 9 and _int_dst_id < = 999999 :
if _int_dst_id > = 5 and int_dst_id != 8 and _int_dst_id != 9 and _int_dst_id < = 999999 :
_bridgename = ' # ' + str ( _int_dst_id )
_bridgename = ' # ' + str ( _int_dst_id )
if _bridgename not in BRIDGES and not ( _int_dst_id > = 4000 and _int_dst_id < = 5000 ) and not ( _int_dst_id > = 9991 and _int_dst_id < = 9999 ) :
if _bridgename not in BRIDGES and not ( _int_dst_id > = 4000 and _int_dst_id < = 5000 ) and not ( _int_dst_id > = 9991 and _int_dst_id < = 9999 ) :
logger . info ( ' ( %s ) [A] Reflector for TG %s does not exist. Creating as User Activated. Timeout: %s ' , self . _system , _int_dst_id , CONFIG [ ' SYSTEMS ' ] [ self . _system ] [ ' DEFAULT_UA_TIMER ' ] )
logger . info ( ' ( %s ) [A] Reflector for TG %s does not exist. Creating as User Activated. Timeout: %s ' , self . _system , _int_dst_id , CONFIG [ ' SYSTEMS ' ] [ self . _system ] [ ' DEFAULT_UA_TIMER ' ] )
@ -2350,7 +2350,7 @@ class routerHBP(HBSYSTEM):
_say . append ( words [ _lang ] [ ' silence ' ] )
_say . append ( words [ _lang ] [ ' silence ' ] )
self . STATUS [ _slot ] [ ' _stopTgAnnounce ' ] = True
self . STATUS [ _slot ] [ ' _stopTgAnnounce ' ] = True
self . STATUS [ _slot ] [ ' _allStarMode ' ] = True
self . STATUS [ _slot ] [ ' _allStarMode ' ] = True
task. defer Later( 10 , reactor , resetallStarMode )
reactor. call Later( 10 , reactor , resetallStarMode )
#If disconnection called
#If disconnection called
if _int_dst_id == 4000 :
if _int_dst_id == 4000 :