jsmpp
jsmpp copied to clipboard
IS there way to send sms message to a specific port?
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,
Try this one: Short destiantionPort = new Short(Tag.DESTINATION_PORT, SMS_PORT); Then pass destination port at the end of you submitShortMessage() method