Overview and parameters

Overview

TeleOSS SMPP Inbound API module is intended for users, who want to setup SMPP Client
connection with SMPP server of SMS Gateway Provider. We are assuming that you are using a
standard SMPP Client for connection. This document only contains information on how to use
SMPP for connection with SMS gateway.
Configuring SMPP Connection
You will be provided following information with your account.
• Host: IP/Domain
• Port: 8056
• User name (system_id): Login username for account authentication
• Password: Password of your account, provided along with User name for account
authentication.
• Maximum-Connection-Instance: Maximum number of connections, that can be established
at any particular instance of time.
• Bind Mode: TRANSCEIVER / TRANSMITTER / RECEIVER
• Delivery Registration: Success or Failure
Authentication
Account user name and password are provided for connecting to SMPP server of SMS Gateway
provider.

Parameter List

Parameter Name Description Restriction
system_id Account user name. Used to identify the SMPP CLIENT of the SMS Gateway provider at bind time. Maximum 8 characters
password Account password. Used by the SMS Gateway provider to authenticate the SMPP CLIENT during bind. Maximum 8 characters
TRX (Transceiver) Allows SMPP CLIENT to send MT messages and receive MO messages as well as delivery notifications to and from the SMS Gateway provider’s SMPP SERVER. N/A
TX (Transmitter) Allows SMPP CLIENT to send MT messages and receive MO messages as well as delivery notifications to and from the SMS Gateway provider’s SMPP SERVER. N/A
RX (Receiver) Allows SMPP CLIENT to receive MO messages as well as delivery notifications from the SMS Gateway provider’s SMPP SERVER. N/A

Connection reference

SMPPHost: IP/Domain · Port: 8056