Hello,
 
How to synchronise the delivery status?
Because, Kannel DELETE the entry into DLR table after checked it...
 
I am running Kannel with SQLbox.
 
For be simple: is it possible to grep the submit_sm_response with the message_id into a dlr-url?
When you send a sms, your webserver get something like: http://localhost/.../?status=%d&mID=%submit_sm_message_id

WHY?
1. You have a website, with a sendsms-webinterface.
2. You send a message (sms)
3. You insert it into a database with an sql_id and a message_id of the submit_sm_message_id
4. When you get delivery, you insert into a table with row[0]: message_id, row[1]: status, row[2]:...
5. You do a verification from your history table(point 3) and your delivery table(point 4) and you have the status synchronized.
 
If you have a better idea to do it, feel free!
I cannot get synchronized message/delivery at the moment!
 
Best Regards,
Nikos

Reply via email to