SMPP
Direct APIRules
  • How to work with SMSC
    • Introduction
    • SMPP parameters
    • Supported connection types
    • Supported packet types
    • Encoding setting
    • Concatenated SMS sending
    • Tracking SMS delivery statuses
    • Reserved error codes
Powered by GitBook
On this page
  1. How to work with SMSC

Supported connection types

PreviousSMPP parametersNextSupported packet types

Last updated 2 years ago

Below are the supported connection types:

  • TRANSCEIVER is a universal connection type used both for sending and receiving packets. It is recommended for use;

  • TRANSMITTER is a connection type used only for sending packets to the server, but not receiving them.

  • RECEIVER is a connection type used to receive packets only, but not to send them.

IMPORTANT:

To receive delivery reports, use the TRANSCEIVER connection.

⚠️