Open GoogleCodeExporter opened 8 years ago
I resolve this issue.At first Service Type is defined as "ABCDE2" at SMSC.Then
when I cannot recieve SMS's wend to SMSC and also couldn't submit SMS's to
SMSC.AS i mentioned above error is occured.
To resolve this issues,Service Type was defined as "ABCDE".Then delivering and
submitting SMS's is success.
Is numeric value is not compatible with this Protocol.Can any one explain me.
Thanks
Original comment by udeshi...@gmail.com
on 8 Apr 2011 at 6:24
There is kind of bug in jsmpp:
String msgId=session.submitShortMessage(bindAttributes.getSystemType(),
which calls:
public String submitShortMessage(String serviceType,
SystemType != ServiceType
So if you configure your SystemTime to be longer then 5 chars (6 octets = 5
chars + 0x0) then when you submit you will get validation error (in validation
process proper enum is being used).
Original comment by hamsterr...@gmail.com
on 27 Sep 2012 at 4:42
Appreciate your comments....
Thanks ..
Original comment by udeshi...@gmail.com
on 28 Sep 2012 at 7:24
Original issue reported on code.google.com by
udeshi...@gmail.com
on 6 Apr 2011 at 10:43