# Config file for reflect_auto script # # Define which reflector we will be connecting to - # export REFLECTOR=ref9559 # # Should we drop any active link when the auto reflect time arrives? export FORCE_DISCONNECT=YES # # Override default reflector timeout value (YES / NO) export OVERRIDE_DEFAULT_TO=NO # # Set the reflector timeout value in seconds (only used if OVERRIDE_DEFAULT_TO=YES) # If No Timeout is required, set this to NOTIMEOUT # We want 18:59 -> 23:59 so set NOTIMEOUT and let cron kill it at 23:59 export AUTO_TIMEOUT=NOTIMEOUT # # Define the period between the first warning and the connection (in seconds) export COUNTDOWN=2 # # Define the period between the second warning and the connection (in seconds) export WARNING_2=1 # # Define the audio file to play for each warning - 'none' for nothing export WARNING_1_FILE=none export WARNING_2_FILE=none # # Set the bit to force a PTT reset - is this a one way broadcast ? export PTT_RESET=NO # # Set flag for CWId disable (YES / NO) export ID_KILL=YES # # Set bit for sending confirmation tones export CONF_TONES=YES # # Set flag to enable Locking on connection (auto re-connect!) # Set either 'NO' or reconnect time (in seconds) export LOCKON=NO # # Set the flag to shutdown ECHO/IRLP (YES / NO) export ECHO=YES #