AFAIK it's not possible, when you do a HTTP request, Kannel puts your message into a queue and responds with "accepted for delivery", after that Kannel try to send the queued message. to do a relation between your sent message and It's DLR, add an auto increment ID column and for every insert get the generated id and add it to the dlr-url.
On Tue, Jun 9, 2009 at 11:56 AM, Latitude Berlin <[email protected] > wrote: > Hi, > > I need to store message-ids of SMS messages in my application. Is it > possible that when I send send-sms request to Kannel (via HTTP), Kannel > reports the message-id of the sms to my application through a Servlet? > > Thanks a lot. > > Cheers >
