How can I send message longer then 70 characters in unicode

Smpp v3.4 client

Moderator: alt

Locked
shuriz
Posts: 8
Joined: Thu Feb 14, 2008 7:12 am

How can I send message longer then 70 characters in unicode

Post by shuriz » Thu Feb 14, 2008 7:21 am

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
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Fri Feb 15, 2008 4:02 pm

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.
shuriz
Posts: 8
Joined: Thu Feb 14, 2008 7:12 am

Post by shuriz » Sun Feb 17, 2008 3:16 pm

Thanks alt for your respone and for the very good library.
Locked