Objective
Managing throttling in SMPP.
Applies To
- SMPP
- Maximum Throughput
Procedure
By default, an SMPP account is set up with a throughput of 30 SMS per second.
A logic of flow-control is needed by the SMPP client in order to avoid rejections of SMS with error code 0x00000058 (throttling error, 88 decimal value).
Here is the recommended logic:
- Perform a throttle control that is matching the authorized throughput (30 SMS/sec by default).
- Resubmit rejected submit_sm with error code 0x00000058.
Articles in this section
- How do I send concatenated messages via SMPP?
- “Window of time” to submit a multipart SMS over SMPP
- TLS certificates for SMPP nexmo.com
- TLS certificates for SMPP vonage.com
- Why are SMPP concatenated messages not delivered?
- How to Read a Vonage SMPP Delivery Receipt
- Why are my SMS messages displayed as jumbled text?
- Does Vonage need to add my originating IP address to an allow list?
- What field contains the message ID in SMPP?
- How can I receive the network ID on a delivery receipt in SMPP?