I've got the following sms-service

group = sms-service
keyword = default
get-url="http://localhost/service.cgi?sender=%p&to=%P&msg=%a&smscid=%i&time=%t&id=%I";
max-messages = 0
accept-x-kannel-headers = true
concatenation = true
accepted-smsc = SMPP1

So, when a sms arrives I executed service.cgi. In that script I save the data 
in a database in a mysql server running in another box.

If the record insertion fails, for any reason, I would like to receive same 
request, every xx seconds, until mysql box is ok. Is it possible to do that 
with kannel?

Regards,
M.-

Reply via email to