Hi,
my phone doesnot support +CDSI (Type Status Report).
Lost some Status Report (+CDS Type) in SMSLib when i am sending many
sms for example five sms , instead giving 1 or 2 Status Report (+CDS
Type).
All SMS (Five SMS) SENT successfully.
OutboundMessage msg;
for(int i=0;i<5;i++){
msg = new OutboundMessage("+989361111227", "Hello
"+Integer.toString(i));
msg.setEncoding(MessageEncodings.ENCUCS2);
msg.setStatusReport(true);
srv.queueMessage(msg,gateway.getGatewayId());
}
why lost other +CDS PDU Delivery?
this problem is where?
=================================Log===============
BUFFER: +CDS: 29
06DE0C9189196311217290019251508181900192515032810000000012
OKModem.COM21
some times reseived two or three pdu
lost other pdu (+CDS).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib for Java User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/smslib?hl=en
-~----------~----~----~----~------~----~------~--~---