Specifications
9261-7974 Issue 06
ESFIRECODER - Emergency Services Firecoder
Page 23
www.multitone.com
6.11 Event/Message Keywords:
IF Start of an expression
TIME hh:mm-hh:mm TRUE if current time is in range specified
TIME hh:mm TRUE at that exact time only
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
Normally, the day of week is ignored but if ANY of these keywords
are included, the expression is only matched if the current day is
ANY of the days specified
WEEKDAY This is a shortcut for MONDAY-FRIDAY
WEEKEND This is a shortcut for SATURDAY-SUNDAY
SOURCE b:n:p Matches a source address
SOURCE b:n:p-b:n:p
Matches a source address range,
where b = brigade, n = node, p = port.
Use a * anywhere for a wildcard. e.g.
*:*:30, 10:100:*-10:299:*
Each section is compared independently
TEVENT hh:mm Specifies a timed event
TEVENT hh:mm-hh:mm Specifies an event for each minute in range
EVENT evnt Matches an event generated by the agent
EVENT evnt* Wildcard match an event (See detailed list of event codes later)
PERISTAT Matches any peripheral status message
PERISTAT x1xxx0xx
Matches a particular status message
Each character matches an input 0..15 in sequence:
0 = Channel 0, 1 = Input 1, x = Don't Care
TEXTMESG Matches ANY text message
TEXTMESG n
Matches the first block of a text message starting with number n, e.g.
TEXTMESG 20 would match 20Status Update
TEXTMESG "tok1 tok2,..."
Matches sequential tokens specified in the first block of a text
message
e.g. "Zone Alarm" would match "This is a Zoned Alarm"
A # will match one or more numbers, so
"Zone #" would match Zone 43, Zone 999 etc
MOBSMESG Matches ANY mobilise message
PAGEMESG Matches any Page_Officer message