Ben Suffolk wrote:
Because in the example I gave you give a specific dlr-url with
each message you submit, You add your own uid to this url (which
you make sure is different with each message you submit).
When the DLR is received the URL is called and your script reads
the uid from the url. Because you gave it the uid at the time you
submitted the message you can now tie the DLR status back to
whatever you want (so long as you recorded the uid you gave at the
time of the message submission somewhere your script can get at it)
ok, which escape code do you use to pass your own uid through the
kannel (%o) ?
You don't use an escape code, you just add it to the url you submit
e.g.:-
http://localhost/dlr.php?uid=1234&status=%d
Regards
Ben