You need to pass on the dlr-url some sort of message ID and then match it when the dlr comes back dlr-url = http://foo.bar/dlr?id=1234&status=%d...
That id=1234 could be the message id from a db table where you insert messages before sending, for example. Hope it helps, Alejandro On Tue, May 19, 2009 at 12:33 PM, Piyush <[email protected]> wrote: > > No both %a and %A doesn't work for message content. > As Cezary said earliar, there is no escape code for message content. There > is something else which we need to do :( > > Regards, > Piyush > > > ------------------ Original Message ------------------ > *From:* "jyotiranjan panda"<[email protected]>; > *Date:* May 19, 2009 05:27 PM > *To:* "Jinson"<[email protected]>; > *Cc:* "Piyush"<[email protected]>; "users"<[email protected]>; > *Subject:* Re: Reply: Message content in dlr > > Hi, > As mentioned below go through user guide (Table 6-9). You can try with %a > or %A. > > Regards > Jyoti Ranjan Panda > > On Tue, May 19, 2009 at 4:50 PM, Jinson <[email protected]> wrote: > >> http://kannel.org/download/1.4.3/userguide-1.4.3/userguide.html >> >> Search for *Escape Codes* >> >> >> On Tue, May 19, 2009 at 1:39 PM, Piyush <[email protected]> wrote: >> >>> I joined this mailing list very recently. Couldnt able to find any >>> thread disscussing about this issue. >>> Would appreciate, if u can give me some insight into how to set me >>> parameter for message content. >>> >>> Thanks & regards, >>> Piyush Khandelwal >>> >>> ------------------ Original Message ------------------ >>> *From:* "Cezary Siwek"<[email protected]>; >>> *Date:* May 19, 2009 03:29 PM >>> *To:* "users"<[email protected]>; >>> *Subject:* Re: Message content in dlr >>> >>> >>> >>> > Hi All, >>> >>> > Can anybody please tell me that what parameter(escape code) should I use >>> > in dlr-url to see message content in dlr. >>> > >>> >>> >>> There is no escape code for message content. You can add this easily as your >>> own HTTP/GET value. see the kannel documentation or search this mailing >>> list. >>> >>> >>> >>> >>> >I am using mysql as dlr-storage. After sending message, I see a new record >>> >>> >being added in database. but when dlr is received that record is deleted. >>> >How can I update that >record instead of deleting. >>> >>> >>> This is how the dlr works. Create a separate table for your internal usage >>> and update it when dlr received (dlr-url called) >>> >>> >>> Regards, >>> Cezary Siwek >>> >>> >>> >>> -------------------- >>> ibibo Mail :: Get your mail box with Music, Skins, Greetings and >>> Stationery now! <http://mail.ibibo.com/?from=footer> >>> >> >> > -------------------- > ibibo Mail :: Get your mail box with Music, Skins, Greetings and Stationery > now! <http://mail.ibibo.com/?from=footer> >
