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?


AFAIK, It's been a long discussion about this. In delivery report
mechanism, kannel use timestamp and smsc-id to identify particular
message to execute coresponding dlr-url.

not correct. We take the receiver number into account too. The problem is _only_ for EMI/UCP links, not for SMPP links. There we do mangle the internal referenced message id provided by the SMPP server to store into the database.

Unfortunatly EMI/UCP does not reply in it's ACK PDU with such a internal message id, so we "need?" some mechanism to resolve it.

Another thing, I use mysql for delivery report, but 1. The system doesn't add a message in 'dlv' table when sending a
message (so, i didn't get status for message sent after -i got error-)


When kannel send a message, it inserts a record in dlr table. The record
will be deleted when DLR for that message arrived. Set log level to 0
(debug) to monitor what happened with the dlr table in your mysql.

correct, but we should delete first if the state of the message is final. So if the dlr-mask includes signaling of acceptance of message at SMSC, we're not deleting the DLR entry.

2. Why the system check about the timestamp ? It means we can only
send 1 message per second ? (for having correct delivery report)

I read about SQL-BOX, but never ever found it (exept a patch named
sqlbox_patch-20041012 -very old-)


You could find it in CVS repository
cvs -d:pserver:[EMAIL PROTECTED]:/home/cvs co sqlbox

yep, sqlbox is a module in our CVS repository. There is so far no release been packaged.

Stipe

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------

Reply via email to