User Guide

Table Of Contents
1072 Chapter 44: Using the SMS Event Gateway
address-range The range of incoming addresses (phone numbers) that
remote devices can use to send messages to the event
gateway instance; often, the same as the
source-address.
message-rate 100 Integer or decimal value that specifies the number of
messages the gateway is allowed to send to your service
provider per second. 0 is unlimited.
mode synchronous Message transmission mode:
synchronous The gateway waits for the response from
the server when sending a message. In this mode, the
SendGatewayMessage CFML function returns the SMS
messageID of the message, or an empty string if there is
an error.
asynchronous The gateway does not wait for a
response. In this mode, the
SendGatewayMessage CFML
function always returns an empty string.
network-retry no Gateway behavior when a network error occurs while trying
to deliver a message:
yes The gateway queues the message for delivery
when the gateway is able to rebind to the SMSC.
Retrying is useful if the gateway is in asynchronous
mode, where the CFML
SendGatewayMessage function
does not return an error.
no The gateway does not retry sending the message.
transient-retry no Gateway behavior when the SMSC returns an error that
indicates a transient error, where it may be able to accept
the message in the future:
yes The gateway attempts to resend the message.
Retrying is useful if the gateway is in asynchronous
mode, where the CFML
SendGatewayMessage function
does not return an error.
no The gateway does not retry sending the message.
cfc-method onIncomingMessage Listener CFC method for ColdFusion to invoke when the
gateway gets incoming messages.
destination-ton 1 Default TON of addresses for outgoing messages.
destination-npi 1 Default NPI of addresses for outgoing messages.
service-type empty string Type of messaging service; can be empty or one of the
following values: CMT, CPT, VMN, VMA, WAP, or USSD.
system-type empty string Type of system (ESME, External Short Message Entity );
used when binding to the SMSC. Some SMSCs might be
able to send responses that are specific to a given type of
ESME. Normally, should be set to SMPP.
receive-timeout -1 (do not time out) The time-out, in seconds, for trying to receive a message
from the SMSC after it establishes a connection. To wait
indefinitely until a message is received, set the
receive-
timeout
to -1.
Property Default Description