SMS event publisher is used to send message notifications via Short Message Peer-to-Peer Protocol (SMPP). It uses Axis2 SMS events when sending SMSs from WSO2 products. SMPP allows Axis2 to connect to a Short Messaging Service Center (SMSC) and send/receive SMSs. SMS event publisher can be configured with XML, text, and JSON output mappings.
...
For instructions on creating a SMS event publisher, see Publishing Events . Configuring CEP to Create Alerts.
Configuring adapter properties
...
Adapter Property | Description | Configuration file property | Example |
---|---|---|---|
Phone No | Phone number of the SMS receiver in the following format: [country-code][number] | sms.no | 0716453453 |
Other post configurations that use SMS event publisher
...
- Navigate to SMSC Simulator directory. The folder must contain following three files.
smpp.jar
smscsim.jar
users.txt
Add the following name-value pairs to
users.txt
file.Info Enter the value of the systemId
parameter defined in the above SMS transport sender configuration as the value of the name
parameter in the below list.Code Block name=cep1 password=cep123 timeout=unlimited
- Start SMSC Simulator by executing the following command:
java -cp smpp.jar:smscsim.jar com.logica.smscsim.Simulator
- In the console where the command runs:
- Enter 1 for the prompt to start simulation.
Enter 2775 as the port number (this port is equal to the port defined in the SMS transport sender configuration.)
Starting listener... started
log is displayed on the console, the SMSC simulator is ready to accept messages as shown below.
...