Page 1 of 1

How can I send message longer then 70 characters in unicode

Posted: Thu Feb 14, 2008 7:21 am
by shuriz
Hi Alt, Your work is very good,Please let me know how i can send unicode message longer then 70 characters,please give some example. Thanks in advance

Posted: Fri Feb 15, 2008 4:02 pm
by alt
You can use method SmppClient.SubmitText. It originates SUBMIT_SM packets and send them to SMSC. There are two modes to send concatenated messages, using short_message field and using optional TLV parameters. Try both SubmitMode and determine which mode is suitable to your SMSC.

Posted: Sun Feb 17, 2008 3:16 pm
by shuriz
Thanks alt for your respone and for the very good library.