i'm using
Kannel + SQLBox addon
When i Send SMS:
INSERT INTO send_sms
(momt, sender, receiver, msgdata, sms_type)
VALUES ('MT', '1234', '987654321', 'Hello world', 2);
How can i know: Is SMS delivered to client or it's not ?
i would like to create system, if SMS not delivered/failed to deliver, Retry after 1min, then after 5min, then after 30min etc.
Or this system is implemented inside Kannel ?
