Spendo API Docs
  • Introduction!
  • Quick Start
  • HTTP
    • SMS
      • Send SMS Local
      • Send SMS International
      • Send SMS OTP
      • Send SMS Bulk
      • AI Messaging
        • Send SMS AI
        • Send SMS Bulk AI
    • Verification
      • BVN Number OTP
      • NIN Number OTP
      • Phone Number Verification
        • Verify Phone Number OTP
    • Whatsapp
      • Whatsapp Message
      • Whatsapp Message Template
      • Whatsapp OTP
    • Voice OTP
      • Voice OTP
  • SMPP
    • SMPP Specification
    • SMPP Servers
    • SMPP Authentication
    • SMPP Configuration
    • SMPP Message PDU
    • SMPP Client Configuration
    • SMPP Sample Code
  • Libraries And SDK's
    • Node.JS SDK
Powered by GitBook
On this page
  • Binding
  • Security

Was this helpful?

  1. SMPP

SMPP Configuration

Binding

At setup, your SMPP account will have the default values of 4 binds and 50 messages per second.

It might be interesting to note that these values are enforced on a per-server basis. That means that given the above example, you can set up 8 binds in total with a throughput of 100 messages per second when you connect to the two servers.

If you bind on both SMPP server with the same username, your MOs/DLRs will be sent out from either one of the SMPP server. Your will need to accept and process all MOs/DLRs from either servers to avoid lost MOs/DLRs.

To ensure DLR consistency, we recommend you use Transceiver (TRX) for all bind sessions.

Security

We support end-2-end encryption between your server and our servers. If you need to enable this, connect using the TLS port 2775

PreviousSMPP AuthenticationNextSMPP Message PDU

Last updated 2 years ago

Was this helpful?