Hello there,
Thanks for your reply but I'm already doing this. Since I can extract
CDRs from kannel access log, then I though it's better to rely on it.
But seems there is noway to track the messages DLR except with a little
developed module over kannel :( .
Regards,
Remon
Dave Clarke wrote:
Hi Remon,
When you send a message, you need to assign it a message id of your own.
Give the message a dlr-url value which includes your message-id
eg: dlr-url=http://www.blah.com/mydlrscript?myid=1234&type=%d&dest=%p
<http://www.blah.com/mydlrscript?myid=1234&type=%d&dest=%p>
When the SMSC sends a DLR back to kannel, kannel will populate the %d
and %p above, and send it to you. You can see the value of myid, and
deal with it from there.
Hope this helps. The answer lies in dlr-url, so don't get hung up on
internal message ids etc etc.
Dave
Hello there,
Is there a way to join between the the sent MT message and the received
DLR in the bearer access log?
i.e. how can I know that this Received DLR record is for the which Sent
SMS MT message in the log.
Regards,
Remon