These variables control how PageGate implements the TAP protocol.
It is recommended to set these on a Carrier level.
NOTE: When referencing any non-printable character, such as a line feed, carriage return, horizontal tab or similar, you must use the ASCII code for that character and it must be prefixed by a backslash (\).
Variable
|
Possible Values
|
Example Statement
|
Description
|
ModemWakeupCommand
|
Text
|
ModemWakeupCommand =
Custom Variable Here
|
If your modem requires something other than AT<CR> to wake up, use this variable to specify the necessary command.
|
From
|
Text
|
From = CAD
|
This variable overrides the value passed to PageGate by the input modules/APIs. By specifying this variable, you're telling PageGate to use a single, standardized sender's name for all traffic controlled by this template.
|
To
|
Text
|
To = 7818290500
|
This variable overrides the ID/PIN or Email values. By specifying this variable, you're telling PageGate to send all traffic processed by this template to the specified ID or Email address instead.
|
IgnoreCD
|
True
False
|
IgnoreCD = True
|
This variable tells PageGate to ignore the Carrier Detect signal when establishing a connection.
|
InterMessageDelay
|
Milliseconds
|
InterMessageDelay = 1000
|
This variable forces PageGate to delay for the specified number of milliseconds (1000 = 1 second) after delivering each message.
|
|