DLR mapping with SMS using MsgID
Brought to you by:
andrewbalan
I am able to receive DLR (delivery report) using this SMPP client. Now to implement this as practical SMPP client, we need to get MsgID from submit_sm_resp PDU which is received asynchronously and map it to message and then map the same MsgID from deliver_sm to same message again. Has somebody or author has implemented DLR along with MsgID mapping using Easy SMPP ? If yes, some guidance would be appreciated.