Hello everybody,
I am currently working on getting delivery receipts on my dlr-url.
When I query the sendsms cgi-bin interface :
http://localhost/cgi-bin/sendsms?user=username&pass=password&from=xxxxxxx&to=xxxxxxxxxxx&smsc=mysmsc&text=some+text&mclass=1&dlr-mask=31&dlr-url=http%3A%2F%2Flocalhost%2Fdlr.php%3Fid%3DArdn6lE4%26state%3D%25d%26smsid%3D%25I
dlr-url looking like that:
http://localhost/dlr.php?id=Ardn6l&state=%d&smsid=%I
The %I only gives me the "internal" message ID kannel generated.
I would like the actual (aggregator) smsc message ID
On a side not, I am using a pgsql dlr queue, and I can see my message ID
being stored into the ts (timestamp) field.
Thank you for your help,
Eric