sxiao3 / jsmpp

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

Additional TLV parameter #164

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What version of the product are you using? On what operating system?
2.1.0 on Redhat

Please provide any additional information below.

I need send submit_sm with additional optional parameter, which not included in 
OptionalParameter.Tags class

I use this code:

OptionalParameter timweOp = new OptionalParameter.Byte((short) 0x1401, (byte) 
2192);

But this parameter not send to SMSC. 
Please help 
Thanks in advance 

Original issue reported on code.google.com by togru...@gmail.com on 28 Sep 2014 at 4:52