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

SMPP parameters

Below are the parameters required to connect to the SMSC service. They are provided by Revicom and specified in the SMPP client settings.

Parameter

Description

system_id

User name (login) to connect to the SMSC

smsc-password

Password to connect to the SMSC

host

smpp.revicom.ltd

port

Port to connect to the SMSC

IMPORTANT:

  • recommended transfer rate: no more than 100 PDU/sec;

  • maximum response packet wait time (wait time for an ENQUIRE_LINK_RESP packet): 30 sec;

  • timeout in case of unsuccessful connection: 60 sec;

  • the length of the sender ID must not exceed 11 characters;

  • the subscriber’s number (destination_addr) is transmitted in the E.164 format without the “+” at the beginning;

  • phone numbers of RF operators must start with the number 7 (for example, 79111234567); never use the character “8” instead of “7” at the beginning of the number.

PreviousIntroductionNextSupported connection types

Last updated 2 years ago