#SMPP ESB Connector
SMPP Connector allows you to send SMS through the WSO2 ESB. It uses jsmpp API to communicate with a SMSC (Short Message service center) which is to store, forward, convert and deliver Short Message Service (SMS) messages. jsmpp is a java implementation of SMPP protocol. The SMPP server in SMSC have all ESME (External Short Messaging Entity) addresses which is an external application that connects to a SMSC and the active connection. When you send SMS to destination, it comes to the SMSC, then one of the module in SMSC checks the destination address whether it is available or not. If it is available it create connection object that is responsible for sending SMS message.
Connector version | Supported SMPP JDK version | Supported WSO2 ESB/EI version |
---|---|---|
1.0.2 | jsmpp-2.1.0-RELEASE | ESB 4.9.0, EI 6.2.0, EI 6.3.0, EI 6.4.0, EI 6.5.0 |
1.0.1 | jsmpp-2.1.0-RELEASE | ESB 4.9.0, ESB 5.0.0, EI 6.2.0 |
1.0.0 | jsmpp-2.1.0-RELEASE | ESB 4.9.0, ESB 5.0.0 |
- Download the connector from the WSO2 Store by clicking the Download Connector button.
- You can then follow this documentation to add the connector to your WSO2 EI instance and to enable it (via the management console).
- For more information on using connectors and their operations in your WSO2 EI configurations, see Using a Connector.
- If you want to work with connectors via WSO2 EI Tooling, see Working with Connectors via Tooling.
Follow the steps given below to build the SMPP connector from the source code.
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-smpp
directory:mvn clean install
. - The ZIP file with the SMPP connector is created in the
esb-connector-smpp/target
directory.
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.