Hi, The following is a wild guess - maybe Jeffrey will give a better answer. Since you can test the outcome (I cannot), it might worth the try :)
Edit OutboundMessage.java and locate the line "dcs = PduUtils.DCS_ENCODING_7BIT;" (around line 543). Modify this line to read "dcs = PduUtils.DCS_ENCODING_8BIT | 0x01;". Then create a message and set its encoding to ENCCUSTOM before sending out. Any luck? On Jan 30, 7:47 pm, Italo <[email protected]> wrote: > Thanks fo reply Thanasis. Unfortunatelly I need a 0x05 set in DCS. In > the standard 8 Bits I have 0x04. > My question is: Do you have a good way to acess this flag? Or Do you > think that I need to change de Lib to give me acesss to it? > I would like to work only with the smsserver source. Just to keep your > good work with the library unchanged. > Sorry about the english, I am from Brazil. ;-) > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib 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 -~----------~----~----~----~------~----~------~--~---
