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
Last updated