Hi I was checking in the SMPP 3.4 spec and came across the submit_sm_resp PDU which specifies a message_id field. According to the spec:
This field contains the SMSC message ID of the submitted message. It may be used at a later stage to query the status of a message, cancel or replace the message. We are using MySql DLR. Looking at the debug output from Kannel: 2010-06-29 13:13:31 [3124] [6] DEBUG: message_id: "50062913133840086" 2010-06-29 13:13:31 [3124] [6] DEBUG: SMPP PDU dump ends. 2010-06-29 13:13:31 [3124] [6] DEBUG: DLR[mysql]: Adding DLR smsc=XXXX, ts=50062913133840086, src=+1231234, dst=+1231234, mask=31, boxc= It seems that it is placing the message_id into the ts field. Is this always the case? Regards,
