Just use the dlrurl field to get an id. You can set it to any value that you like. Then, if you set dlrmask also, the "id" that is in the dlrurl field will be in the DLR record.
== Rene -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Diverse Sent: Friday, 19 August, 2011 08:35 To: Willy Mularto Cc: [email protected] Subject: Re: DLR and sqlbox Yes. I need to give your sms_id, which would then find it on DLR can implement the meta-data? How to do this? Willy Mularto пишет: > There is no sms_id field name afaik, the one exist is smsc_id. Or do you mean > you want to add a custom field? If yes, there will be 2 approaches here. You > can modify the source code and it need programming skills or you can > implement the meta-data feature. > > > > On Aug 18, 2011, at 8:38 PM, Diverse wrote: > >> This is an example, it would be convenient to give sms_id through a >> separate field. >> Is it possible? >> >> Willy Mularto пишет: >>> You missed dlr_mask field brother. Set it with Kannel's standard >>> value. Please check the user-guide. It is your best friend actually >>> :) >>> >>> >>> On Aug 18, 2011, at 7:20 PM, Diverse wrote: >>> >>>> I did this. Kannel 1.5 + sqlbox. >>>> >>>> MT >>>> >>>> INSERT INTO send_sms ( >>>> momt, sender, receiver, msgdata, sms_type >>>> ) VALUES ( >>>> ’MT’, ’1234’, ’1234567890’, ’Hello world’, 2 ); >>>> >>>> In which field should I specify my sms_id, what I would then been >>>> able to find it on the table DLR sent_sms. >>>> >>>> And how can I use sending messages through the base sqlbox, and >>>> link data from tables send_sms, sent_sms? Tell me please, through >>>> which field I can set my message number (sms_id), so after a write >>>> to send_sms I could find for this sms_id status (dlr) in sent_sms? >>>> >>>> Wendy William пишет: >>>>> You need Kannel 1.5 which supports sqlbox. Then setup the dlr in >>>>> kannel.conf, Kannel will automatically store to your created table. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> ----- Original Message ---- >>>>>> From: Diverse <[email protected]> >>>>>> To: [email protected] >>>>>> Sent: Thu, August 18, 2011 5:39:29 PM >>>>>> Subject: DLR and sqlbox >>>>>> >>>>>> And how can I use sending messages through the base sqlbox, and >>>>>> link data from tables send_sms, sent_sms? Tell me please, >>>>>> through which field I can set my message number (sms_id), so >>>>>> after a write to send_sms I could find for this sms_id status (dlr) in >>>>>> sent_sms? >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >>> Willy Mularto >>> F300HD+MR18DE (NLC1725) >>> http://www.binbit.co.id/ >>> >>> >>> >>> >>> >>> >>> >>> >> >> -- >> >> > Willy Mularto > F300HD+MR18DE (NLC1725) > http://www.binbit.co.id/ > > > > > > > > --
