jsmpp icon indicating copy to clipboard operation
jsmpp copied to clipboard

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

Open nadirvardar opened this issue 10 years ago • 1 comments

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,

nadirvardar avatar Mar 05 '14 19:03 nadirvardar

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

chriskikoti avatar Jun 17 '14 12:06 chriskikoti