Do you provide Test SMS Message API?

Yes, we have provided this option. All you have to do is build or get the send SMS Message API and append an extra parameter as test=true Note: When you use this parameter, actual message wont be delivered to the recipient. Response will be given based on the requested format. Example SMS API: http://localhost/smpp/SMSApi/send?userid=testUser&password=xxxxx&sendMethod=quick&phone=919999999999&text=Hello+World&senderid=SMSGAT&type=text&duplicatecheck=true&output=json&test=true

Read More

Should I Bind SMPP Session with Transceiver or Transmitter / Receiver?

You are allowed to open up to 2 concurrent connections: 2 Transceiver binds. 1 Receiver and Transmitter binds. When connecting to SMPP Center’s SMPP you should select one of these modes of operation: SMPP Transmitter / Receiver Mode Capable of submitting messages, querying the status of messages and system parameters but it is not able […]

Read More

How to Control Throttling over SMPP Connectivity?

By default, SMPPCenter’s SMPP Client’s account is assigned with a throughput of 10 TPS (10 SMS per second). A rationale of  flow-control is required by the SMPP Client in order to avoid rejections of SMS with the following error code:  error code 0x00000058 (Throttling error) (88 decimal value). Recommended SMPP Throttling Logic Perform a SMPP […]

Read More

Whitelisting Customer’s Originating IP

SMPP Center’s SMPP Software shall come with 2 options. Firewall Configuration You could whitelist your customer’s IP at firewall level. SMPP Center System Configuration You could have open IP for all customers which will validate customer’s bind request based on system_id and password.

Read More