User Guide

Table Of Contents
Configuring an SMS event gateway 1071
For more information on configuring message synchronization and sending messages
synchronously, see “Controlling SMS message sending and response” on page 1078.
Configuring an SMS event gateway
You provide SMS-specific configuration information to the SMS event gateway in a configuration
file. You specify the configuration file location when you configure the SMS event gateway
instance in the ColdFusion MX Administrator. ColdFusion provides a sample SMS event gateway
configuration file in cf_root\WEB-INF\cfusion\gateway\config\sms-test.cfg on J2EE
configurations, and cf_root\gateway\config\sms-test.cfg on server configurations. The
configuration file contents is describe in the following table.
Note: The following configuration information describes the configuration fields, but does not include
detailed explanations of SMPP-specific terminology, listings of all valid values of properties that are
defined in the SMPP specification, or explanations of how to select appropriate SMPP-specific
values for your application. For further information, see documentation on the SMPP 3.4 protocol
at
www.smsforum.net/ and other publicly available documentation.
Note: Your SMS service provider might specify requirements for several of these configuration
values. Consult the provider documentation.
Property Default Description
ip-address IP address of the SMSC, as specified by the SMPP
provider. For the ColdFusion SMS test server, you
normally use 127.0.0.1.
port 0 Port number to bind to on the SMSC. The ColdFusion
SMS test server uses port 7901.
system-id Name that identifies the event gateway to the SMSC, as
established with the SMPP provider. To connect to the
ColdFusion SMS test server, the system-id must be cf.
password Password for authenticating the event gateway to the
SMSC. To connect to the ColdFusion SMS test server, the
password must be cf.
source-ton 1 Type of Number (TON) of the source address, that is, of
the address that the event gateway uses for outgoing
messages, as specified in the SMPP specification. Values
include 0, unknown; 1, international number; 2, national
number.
source-npi 1 Numeric Plan Indicator (NPI) of the source address as
specified in the SMPP specification. Values include 0,
unknown; 1, ISDN.
source-address empty string Address (normally, a phone number) of the event gateway.
Identifies the sender of outgoing messages to the SMSC.
addr-ton 1 TON for the incoming addresses that this event gateway
serves.
addr-npi 1 NPI for the incoming addresses that this event gateway
serves.