ESME API
This document is targeted at software designers/programmers wishing to integrate SMS messaging through a stateful tcp protocol SMPP v3.4,
SMS Messages can be transmitted using SMPP protocol, the following requirements must be met to enable the service :
- You need gateway user account
- You need sufficient credit on your Jasmin user account
- A VPN connection to Onfon's ESME IP/Port
Features
The SMPP Server API allows you to send and receive SMS and delivery receipts (DLR) through Onfon's connectors.
Binding to SMPP Server
Using a proper SMPP Client application (e.g Kannel), the following parameters must be considered:
| METHOD | Service | Type |
|---|---|---|
| system_id | Username for Onfon user account. | String |
| password | Password for Onfon user account. | string |
| ip address | IP address of the gateway. | String |
| port | Port gateway is running on. | string |