Unique ID+SQL storage

2006-02-23 Thread Chronis N.
Hello community,   I have somes questions I didn't found in the users list.   Like some provider (Netsize), they give an 'TickedID' when a SMS is sent. Is for all the provider the same? How to get this unique ID with SMPP?   Another thing, I use mysql for delivery report, but 1. The system d

Re: Unique ID+SQL storage

2006-02-23 Thread Heru Tjatur
On Thu, 2006-02-23 at 10:41 +0100, Chronis N. wrote: > Hello community, > > I have somes questions I didn't found in the users list. > > Like some provider (Netsize), they give an 'TickedID' when a SMS is > sent. > Is for all the provider the same? > How to get this unique ID with SMPP? AFAIK,

Re: Unique ID+SQL storage

2006-02-23 Thread Chronis Nikos
Thank you Tjatur,Anyway,Kannel doesn't insert a record into the table when he send a message.Nothing in DEBUG log file. Any idea?   Also, I am on debian Linux, how to install the module   Regards,Nikos  

Re: Unique ID+SQL storage

2006-02-23 Thread Heru Tjatur
Dear Nikos, On Thu, 2006-02-23 at 16:28 +0100, Chronis Nikos wrote: > Thank you Tjatur, > > Anyway, > Kannel doesn't insert a record into the table when he send a message. > Nothing in DEBUG log file. Any idea? I am not sure why it happened to you. But, here what I do,(1) I put dlr-storage = mysq

Re: Unique ID+SQL storage

2006-02-26 Thread Stipe Tolj
Heru Tjatur wrote: On Thu, 2006-02-23 at 10:41 +0100, Chronis N. wrote: Hello community, I have somes questions I didn't found in the users list. Like some provider (Netsize), they give an 'TickedID' when a SMS is sent. Is for all the provider the same? How to get this unique ID with SMPP?

Re: Unique ID+SQL storage

2006-02-26 Thread Stipe Tolj
Chronis Nikos wrote: Thank you Tjatur, Anyway, Kannel doesn't insert a record into the table when he send a message. Nothing in DEBUG log file. Any idea? are you specifying 'dlr-mask' and 'dlr-url' parameters while injecting the message to Kannel's sendsms HTTP interface? This is described