Situation is:
The method below allows us to send any long message, but in Unicode DataCoding which is not rational for sending messages in 7Bit
------------------------------------------------------------
TextMessage msg = new TextMessage();
msg.putAttribute(ie.ncl.sms.MessageAttributeNames.DCS, DataCodingScheme.Unicode);
msg.setText("Some long text");
LongMessageSender longMessageSender = new LongMessageSender(sender, 1000000);
longMessageSender.setUseUdhi(true);
longMessageSender.connect();
longMessageSender.send(msg);
-------------------------------------------------
Long messages arriving on MT with no problem.
But if we trying to set default DataCoding(Suitable for 7-bit messaging)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum