; Sample configuration file for TrapDispatcher 1.2

; Delay between each call

DelayCall 0

; Delay after TrapDispatcher has tried to call all nodes in the list

DelayAll  30

; Default number of retries

DefaultRetries 50

; Maximum allowed number of failed calls to a node before TrapDispatcher
; gives up

MaxFailed 1

; DefaultNode should be a node, not a point. TrapDispatcher uses this if you
; specify an incomplete node such as "201/100" or "123"

DefaultNode 2:200/207

; The offset from UTC (in hours) of your timezone. TrapDispatcher needs
; this to convert the time in the Txx nodelist flag to local time.
;
; A positive number means that you are ahead of UTC and a negative number
; means that you are behind UTC. 
; 
; Here are a few example settings for European users:
;
; UTC (also known as GMT):     0
; CET (Central European Time): 1
; Finland, Greece              2

TimeZone 1

; Name of the Arexx port of TrapDispatcher

DispatchPort TRAPDISPATCHER

; Name of the ARexx port of TrapDoor

TrapPort TrapDoor

; Command to start TrapDoor if it isn't running

StartTrapDoor "MAIL:TrapDoor Answer"

; Public screen to use

PubScreen TRAPDOOR

; Quit TrapDoor when TrapDispatcher is quitted

QuitTrapDoor

; External commands

External "@AAnswer" "@Answer immediate"
External "@BBreak" "@@abort cde"
External "@SScanOut" "ScanOut >CON:/20//200/ScanOut/AUTO/WAIT/SCREENTRAPDOOR"
External "@VView log" "MultiView MAIL:TrapDoor.log PUBSCREEN TRAPDOOR"
External "@PPoll req" "rx mail:rexx/ScanPoll.rexx"

; The file-request generator "FreeFreq" is included in the release archive
; of TrapDispatcher 1.2

External "@RFile Request" "MAIL:FreeFreq PS TRAPDOOR DEFNODE 2:200/207 CALLPORT TRAPDISPATCHER"

; Nodelist directory

Nodelist NODELIST:

; Windowsize saved from within TrapDispatcher
WINDOW 406 59 232 197
