sxiao3 / jsmpp

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

Issue with Receiving MSG id for Long SMS #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a SMS sending API where I m sending Long SMS by Spliting them into 
chunks of 135 characters and sending them after adding Additional 
parameters.And SMS delivering without any problem.And I am getting message ID 
for every chunks.

In the message Listener part,The Id which I m getting using the getId() is not 
showing any of the Msg Ids which I already had while sending SMS.But the chunks 
id is shown if i print the entire delivery receipt.

Original issue reported on code.google.com by ashokcoo...@gmail.com on 1 Mar 2013 at 5:03