sxiao3 / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

smppv3.3 long sms problems #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I just use jsmpp 2.1.0 test my program ,all test is run smoothly except
sending long sms.I could run the program successfully on smpp 3.4,but
smpp3.3 could not support sarMsgRefNum, sarSegmentSeqnum, sarTotalSegments.

Could I set UDHI and send long sms in another way ?Please help!

Please provide any suggest or simple sample.Thank you very much!

Original issue reported on code.google.com by kelvinch...@gmail.com on 4 Feb 2010 at 7:38

GoogleCodeExporter commented 8 years ago
Yes. We can put it on the data. The data will be binary then. And you have to 
set UDHI also to tell that the data 
has contains header information.
This is described on GSM specification (message concatenation) , I didn't 
remember the specification number, 
but it is exists.

Original comment by uuda...@gmail.com on 5 Feb 2010 at 2:32

GoogleCodeExporter commented 8 years ago
Dear uudashr,

Thank you very much!

Would you please tell more about"We can put it on the data"?

We could set  GSM specification  in ESMclass.Set UDHI == 1?

Original comment by kelvinch...@gmail.com on 5 Feb 2010 at 3:35

GoogleCodeExporter commented 8 years ago
Dear uudashr,

Please give me a simple sample on setting UDHI!Please!

Thank you so much!

Original comment by kelvinch...@gmail.com on 5 Feb 2010 at 8:16