# Auto reconnect indicator (1=Yes; 0=No)
ModuleA=0
ModuleB=1
ModuleC=0
ModuleD=0

# Maximum number link reconnect attempts at 60 second intervals
#   Following a reconnect, if the link remains up for 15 minutes, the
#   retry counter is reset to zero.
#   If the MaxAttempts counter is reached, no further reconnect
#   attempts will be made.  The link must be re-established via an
#   RF user or via the gateway command line interface.
MaxAttempts=5

# Link inactivity timeout (# seconds; 0=disable)
#   (SendTimeoutX is for timeout value if no send from this system)
#   (RecvTimeoutX is for timeout value if no receipt from far end)
SendTimeoutA=1800
SendTimeoutB=0
SendTimeoutC=0
SendTimeoutD=1800
RecvTimeoutA=1800
RecvTimeoutB=0
RecvTimeoutC=0
RecvTimeoutD=1800

#TOBlock allows the times that the inactive link timeout fuction will
# be suspended.
#  TOBlock=module,day(s) of week, start time, end time
#TOBlock=C,0,2000,2200     # Module C, Sunday SE Weather Net
#TOBlock=C,2,2030,2200     # Module C, Alabama D-STAR Net
#TOBlock=C,1-5,0545,0830   # Module C, Drive Time Net (AM)
#TOBlock=C,1-5,1600,1800   # Module C, Drive Time Net (PM)
#TOBlock=C,3,2030,2300     # Module C, HamNation Net

# Local Announcement of CallSign at other end of Link
#   (# seconds; 0=disable)
#   (dv announcement files located in /dstar/dv directory)
AnnounceInterval=900

#AnnounceModeX allows the specification as to whether the announcements
# will be made as "V"oice announcements, "M"essages, or both (MV)
AnnounceModeA=V
AnnounceModeB=V
AnnounceModeC=V

# LinkAncBlock allows the specification of times during which
#  no announcements will be made regarding the status of the link(s)
#LinkAncBlock=A,0-6,0000,0600
#LinkAncBlock=A.0-6,2200,2359
#LinkAncBlock=B,0-6,0000,2359
#LinkAncBlock=B,0-6,2200,2359
#LinkAncBlock=C,0-6,0000,0600
#LinkAncBlock=C,0-6,2200,2359

# General Announcement Configuration (e.g. club meetings, nets, etc.)
#   - Individual announcements are played no more frequently than hourly
#   - When multiple announcements defined, no two are played within
#       10 minutes of each other
#   - General announcements will never be played unless the module
#       has been idle for a minimum of 60 seconds.
#   - Maximum of 5 announcements per module
#   - Times are specified as 'day of week' (0-6), local start and stop times
#   - Times to block any general announcements can be specified (max 20)
#
#   ------------------ see the following examples -----------------
#  Module C, Sunday, 0800 PM to 10:00 PM, do not play any announcements
#GABlock=C,0,2000,2200    # Module C, Sunday, SE Weather Net
#GABlock=C,2,2030,2200    # Module C, Alabama D-STAR Net
#GABlock=C,1-5,0545,0830  # Module C, Alabama Drive Time Net
#GABlock=C,1-5,1530,1800  # Module C, Alabama Drive Time Net
#GADV=A,0-4,0600,2200,/dstar/util/tmp/ClubMeeting.dvtool
#GABlock=B,0-6,1400,2000
#GADV=B,0-6,0600,2200,/dstar/util/tmp/ClubMeeting.dvtool
#GADV=C,0-4,0600,2200,/dstar/util/tmp/ClubMeeting.dvtool
#GADV=A,1-2,0600,2200,/dstar/util/tmp/AlabamaNet.dvtool
#GADV=B,1-2,0600,2200,/dstar/util/tmp/AlabamaNet.dvtool
#GADV=C,1-2,0600,2200,/dstar/util/tmp/AlabamaNet.dvtool
#GADV=A,0,1200,2000,/dstar/util/tmp/SEWXNet.dvtool
#GADV=B,0,1200,2000,/dstar/util/tmp/SEWXNet.dvtool
#GADV=C,0,1000,2000,/dstar/util/tmp/SEWXNet.dvtool
#GADV=B,0-4,1000,1800,/dstar/util/tmp/DriveTimeNet.dvtool
#GADV=C,0-4,1000,1800,/dstar/util/tmp/DriveTimeNet.dvtool
#GAMsg=B,0-6,0000,2359,/dstar/util/tmp/WelcomeMsg.txt

#GADV=B,1-3,0000,2359,/dstar/util/tmp/wx.dvtool
#GADV=C,1-3,0000,2359,/dstar/util/tmp/wx.dvtool

# Default Links for local module(s).
#  - If it is within the specified day and times, monlink will try
#    to maintain a link to the specified reflector or gateway
#    with the following conditions:
#     1.  If the link is brought down by a user on the local or remote
#         end, monlink will NOT try to reestablish the link for 10 minutes.
#         (Assumes that the user wants to establish a link somewhere else
#         and monlink will allow time for them to bring up a link of their
#         choice.)
#     2.  If link establishment fails repeatedly (for MAXATTEMPTS), then
#         monlink will wait 10 minutes before retrying.
#     3.  Monlink will never bring down an active link in order to
#         establish a specified default link.
#
#DefaultLink=B,0-6,0000,2359,REF058B	# Module B to REF058-B
#DefaultLink=A,0-6,0000,0559,REF058B	# Module A to REF058-B from midnight to 05:59 AM
#DefaultLink=A,1-5,0600,1200,REF001C    # Module A to REF001-C Monday-Friday, 6AM to noon
#DefaultLink=A,0-6,1201,2359,REF058B	# Module A to REF058-B Monday-Friday, noon to midnight
#DefaultLink=B,0-6,0000,2359,REF038C    # Module B to REF038-C Monday-Friday, all day

# ERG GB7ZP Scheduler Preferences

DefaultLink=B,0-6,0002,0157,REF001C	# Module B to REF001-C  - midnight to 2am
# DefaultLink=B,0-6,0602,1157,REF001C	# Module B to REF001-C  - 6am to noon
DefaultLink=B,0-6,0602,1157,REF079C	# Module B to REF079-C  - 6am to noon
DefaultLink=B,0-6,1202,2357,REF030C	# Module B to REF030-C  - noon-midnight

# DefaultDelay specifies the number of seconds to wait after a user disconnects a link
#  before monlink will try to return the to a specified default link (if one is defined).
#  The minimum delay allowed is 120 seconds (2 minutes).
DefaultDelay=600

