Search code examples
javasmssmppjsmpp

jsmpp sms delivery report and receiving


I am using jsmpp library for sending sms with connection to remote sms center. I have 2 problems:

1) At first, when I send sms to any mobile number, even to switched off mobiles I get DELIVERED status, but in real the mobile is turned off.

2) I can send messages to any mobile number and receive delivery reports for sent message using connection to sms center. But how can I receive sms sent to sms center via jsmpp? For example, I send sms from my mobile to any short number, how can I take this sms from sms center?

Thanks..


Solution

  • You need to check with SMSC(providers) why they are sending "DELIVERED" and for the second issue find the ReceiveSubmittedMessageExample.java ,MessageReceiverListenerImpl.java classes in jsmpp examples .