Variables for RawTCP

Top  Previous  Next

These variable control how PageGate implements Raw TCP communication.

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

UseTelnet

True

 

False

UseTelnet = True

This variable tells PageGate to negotiate telnet terminal capabilities upon connection

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.

InterMessageDelay

Milliseconds

InterMessageDelay = 1000

This variable forces PageGate to delay for the specified number of milliseconds (1000 = 1 second) after delivering each message.