Multitech MTCBA-G-UF1 Specifications Page 17

  • Download
  • Add to my manuals
  • Print
  • Page
    / 40
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 16
Chapter 5. Configuring SMS Messaging Server
The configuration of one single SMTP server is stored in the Channel_SMTP table in the
Configuration Database, as one single record. The Channel_SMTP table can have multiple
records.
5.4. Triggers (Processing incoming messages)
Triggers are defined to process incoming messages.
It is a combination of a condition and an associated script. The condition is a SQL-like condition
that selects a set of unprocessed, incoming messages.
As soon as a new message is received through one of the channels, the status of the message is set
to ‘Not Processed’. The SMS Messaging Server regularly (by default: once every 5 seconds) checks
if there is any unprocessed messages. As soon as there’s an unprocessed message, it will trigger all
scripts that match a predefined condition.
The following information can be configured for a Trigger:
Enable/Disable Trigger – If a Trigger is enabled, its condition will be checked and – if the
condition is True – the associated script will be executed;
Condition – A SQL formatted condition. If the condition is True, the associated script will be
executed;
Script – The actual VBScript script that will be executed if the condition is True.
IMPORTANT: A condition is ALWAYS FALSE if the status of the incoming message indicates
that the message has already been processed. So, if you define three triggers (all
enabled), and the first trigger sets the message status to PROCESSED, the other triggers
will NEVER match the conditions and the associated scripts will never be called.
Page view 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 39 40

Comments to this Manuals

No comments