Concatinated SMS Delivery Reports

.NET library for SMPP protocol
Locked
james
Posts: 5
Joined: Thu Dec 02, 2010 3:15 pm

Concatinated SMS Delivery Reports

Post by james » Tue Dec 07, 2010 2:21 pm

Hi,

How does InetLab handle the DeliverySM, when I send an sms that is 3 sms long, I get 3 Delivery_SM replies back, each with different ID and a sequence number.

Does InetLab have something in it to handle the entire delivery ? (single DLR message or something)
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Re: Concatinated SMS Delivery Reports

Post by alt » Wed Dec 08, 2010 4:34 pm

SmppClientDemo application has example how to concatenate deliver_sm messages.
Please find in code methods:
AddMessageSegmentToCollector
IsLastSegment
RetrieveFullMessage
Locked