uudashr / jsmpp

Java SMPP (Short Message Peer-to-peer Protocol) API
Apache License 2.0
123 stars 118 forks source link

IS there way to send sms message to a specific port? #32

Open nadirvardar opened 10 years ago

nadirvardar commented 10 years ago

logica has Destination Port to deliver the message to a specific port on the device. It has been used to send sms message but not show on the device. Another app will capture the message on that specific port. If there is way, can you provide me and example?

Thanks,

chriskikoti commented 10 years ago

Try this one: Short destiantionPort = new Short(Tag.DESTINATION_PORT, SMS_PORT); Then pass destination port at the end of you submitShortMessage() method