Well, I don't know this. But since smslib does not support the inline cnmi messages, it may be logical to react in "strange" ways.
2009/10/31 Peogrammer Base <[email protected]> > > my problem is not this : why SMSLib doesnot support +CDS? > my question is this : > why some +CDS not appear in the smslib? > and how obviation this problem? > > On 10/30/09, Peogrammer Base <[email protected]> wrote: > > Hi Thanasis > > very very thanks,yes your correct > > but i want only giving the +CDS not more. > > my qustion is this: > > > > why lost other +CDS PDU Delivery? > > > > On 10/29/09, Thanasis <[email protected]> wrote: > >> I think that this has already been answered by another friend: SMSLib > >> does > >> not support this kind of unsolicited response code. > >> You should try with another phone or modem. > >> > >> 2009/10/29 Peogrammer Base <[email protected]> > >> > >>> > >>> 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 -~----------~----~----~----~------~----~------~--~---
