Hi, i need to use the smslib, just to generate the pduUserData and pduUserDataHeader, and then use those data to call another http API provided by a partner of ours in order to deliver the SI message.
the http interface which is called after the pdu generation is like this (below): http://some.service.com/mtbin.php?oa=xxxxx&da=+306xxxxxxxx&udh="+msg.getPduUserDataHeader()+"&txt="+msg.getPduUserData() The problem i am facing has to do with the lenght of the text included on the SI message. The maximum i can send is 78 characters for latin letters and 39 characters for greek letters. what should i do in order to be able to deliver bigger messages ? please give some tips, because i am not so much familiar on this library. Thank you very much! manos On 10 Δεκ, 18:10, Scorpion <[EMAIL PROTECTED]> wrote: > HI > Thanks for your timely and quick reply. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
