If you're letting Kannel split the message itself, then you will only receive a single DLR, since once a final status DLR is received, it's info is deleted from Kannel and following DLRs would not match against anything. >From a conceptual side, it also seems fine, since you submitted a single message.
If you require to have DLRs for each segment, then you will have to submit each segment separately and take care of the concatenation yourself via UDH, etc. On Sun, Feb 7, 2016 at 6:57 AM, Mr. Mahdi <mr.ma...@gmail.com> wrote: > Hi dears > > i send a long sms ( multipart message ) to kannel using http send sms. i > set DLR-MASK and DLR-URL when send a sms, kannel send only delivery report > ( call dlr-url ) when all part of that multipart sms delivered. > i need delivery report for each part of long sms sperately. > for example if i send a 3 part message then receive 3 callback for > delivery url. > > how can configure kannel to do this ? > > sincerely yours >