SMPP Connector
Overview
The SMPP Connector implements a common Short Message Service protocol for
submitting SMS messages. The Connector operates in either transmitter or
receiver mode according to the protocol specification.
In transmitter mode the Connector will deliver SMS messages to the remote SMS
service centre using the following entry attributes:
originator |
The originator's GSM phone number |
recipient |
The recipient's GSM phone number |
message |
The message to send (max 160 bytes) |
report |
If set to "1" a report is requested. |
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscEmiUcpConnector |
sms.systemID |
The SystemID used in the bind request |
sms.password |
The password used in the bind request |
sms.systemType |
The system type for the local server |
sms.version |
The SMSC version (1) |
sms.connectormode |
Specify either transmitter or receiver.
In transmitter mode the Connector will transmit SMS messages to its peer.
In receiver mode the Connector will wait for incoming SMS messages
from the peer. |
sms.remote |
Specify TCP hostname/IPAddress and port number
for the remote SMSC. Separate host and port with a comma as in:
host.domain.com,5592
|
sms.src_gsm_ton |
Source Type of Number |
sms.src_gsm_npi |
Source Number Plan Indicator |
sms.dest_gsm_ton |
Destination Type of Number |
sms.dest_gsm_npi |
Destination Number Plan Indicator |
Downloads
Included in base product
See Also
EMI/UCP Connector
|