We are building our software which will use Kannel to send sms's A Scneario we are struggling to grasp currently is this:
1. When an SMS is sent, we want to know the status of it (delivered, or not, delayed, etc.) - So we will look at the DLR that is generated from sending the SMS. The DLR, schema from what we can see is: field-smsc = smsc field-timestamp = ts field-destination = destination field-source = source field-service = service field-url = url field-mask = mask field-status = status field-boxc-id = boxc Which of those fields would allow us to UNIQUELY identify the sms we actually sent? do we pass a SMS with a unique idenitfier along the way (when using sendsms)? Can anyone help? Thanks - Sas
